aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
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:41:52 -0500
commit6f25c62d788ea6312fe718ed57a3d169d8efc066 (patch)
treeeeca999fde003d1db5b280285d960c74aeb3093d /src/backend/commands/tablespace.c
parent0d79c0a8cc20dbaa39112d78a9abb821c4ca3554 (diff)
downloadpostgresql-6f25c62d788ea6312fe718ed57a3d169d8efc066.tar.gz
postgresql-6f25c62d788ea6312fe718ed57a3d169d8efc066.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 'src/backend/commands/tablespace.c')
0 files changed, 0 insertions, 0 deletions