pgsql/ oc/src/sgml/ref/grant.sgml rc/backend/c ...

Started by Tom Laneabout 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/04/29 21:26:26

Modified files:
doc/src/sgml/ref: grant.sgml
src/backend/catalog: namespace.c
src/backend/tcop: utility.c
src/backend/utils/cache: lsyscache.c
src/include/utils: lsyscache.h

Log message:
Clean up loose ends remaining from schema privileges discussion.
I concluded that RENAME should require CREATE privilege on the namespace
as well as ownership of the table.