aboutsummaryrefslogtreecommitdiff
path: root/contrib/jsonb_plpython/jsonb_plpython2u.control
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-06-14 23:22:14 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-09-26 20:19:31 +0200
commit6485469606c15ae219977b1c228a266087eb30ca (patch)
tree94012a3ff5614ff4ff56eb1e5cebeba84829b9b0 /contrib/jsonb_plpython/jsonb_plpython2u.control
parent180feb8c7ef5d4968170d49136faf492b6a03c67 (diff)
downloadpostgresql-6485469606c15ae219977b1c228a266087eb30ca.tar.gz
postgresql-6485469606c15ae219977b1c228a266087eb30ca.zip
Recurse to sequences on ownership change for all relkinds
When a table ownership is changed, we must apply that also to any owned sequences. (Otherwise, it would result in a situation that cannot be restored, because linked sequences must have the same owner as the table.) But this was previously only applied to regular tables and materialized views. But it should also apply to at least foreign tables. This patch removes the relkind check altogether, because it doesn't save very much and just introduces the possibility of similar omissions. Bug: #15238 Reported-by: Christoph Berg <christoph.berg@credativ.de>
Diffstat (limited to 'contrib/jsonb_plpython/jsonb_plpython2u.control')
0 files changed, 0 insertions, 0 deletions