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.