summaryrefslogtreecommitdiff
path: root/src/tutorial/advanced.source
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2017-02-12 16:03:41 -0500
committerNoah Misch <noah@leadboat.com>2017-02-12 16:03:46 -0500
commit4d43d5d35d544d39ee59e3ef56cd01faf5be3016 (patch)
tree6b14fd244123fb6f97d55de2d721224216f2f4de /src/tutorial/advanced.source
parentfc96a5fbc69918ad23f5c5afbe8134aa53d397ef (diff)
Ignore tablespace ACLs when ignoring schema ACLs.
The ALTER TABLE ALTER TYPE implementation can issue DROP INDEX and CREATE INDEX to refit existing indexes for the new column type. Since this CREATE INDEX is an implementation detail of an index alteration, the ensuing DefineIndex() should skip ACL checks specific to index creation. It already skips the namespace ACL check. Make it skip the tablespace ACL check, too. Back-patch to 9.2 (all supported versions). Reviewed by Tom Lane.
Diffstat (limited to 'src/tutorial/advanced.source')
0 files changed, 0 insertions, 0 deletions