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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/grant.sgml rc/backend/c ...
Date: 2002-04-30 01:26:26
Message-ID: 20020430012626.7B18C475D4C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2002-04-30 16:11:27 [WEBMASTER] www/html
Previous Message Tom Lane 2002-04-30 01:24:57 pgsql/src include/commands/tablecmds.h backend ...