aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.h
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2014-01-18 18:41:52 -0500
committerStephen Frost <sfrost@snowman.net>2014-01-18 18:49:08 -0500
commit86e58ae023a93e778cec195b19ffe7ccb01f7038 (patch)
treedce0344b0a40d56d0fc854483742734e3536de31 /contrib/postgres_fdw/postgres_fdw.h
parent586bea6124cd64e495856f97caa612b717cd5de2 (diff)
downloadpostgresql-86e58ae023a93e778cec195b19ffe7ccb01f7038.tar.gz
postgresql-86e58ae023a93e778cec195b19ffe7ccb01f7038.zip
Allow SET TABLESPACE to database default
We've always allowed CREATE TABLE to create tables in the database's default tablespace without checking for CREATE permissions on that tablespace. Unfortunately, the original implementation of ALTER TABLE ... SET TABLESPACE didn't pick up on that exception. This changes ALTER TABLE ... SET TABLESPACE to allow the database's default tablespace without checking for CREATE rights on that tablespace, just as CREATE TABLE works today. Users could always do this through a series of commands (CREATE TABLE ... AS SELECT * FROM ...; DROP TABLE ...; etc), so let's fix the oversight in SET TABLESPACE's original implementation.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.h')
0 files changed, 0 insertions, 0 deletions