pgsql/src/include/commands (command.h) - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src/include/commands (command.h)
Date
Msg-id 200009120509.e8C59ot18323@hub.org
Whole thread Raw
List pgsql-committers
  Date: Tuesday, September 12, 2000 @ 01:09:48
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/commands
     from hub.org:/home/projects/pgsql/tmp/cvs-serv18184/pgsql/src/include/commands

Modified Files:
    command.h

-----------------------------  Log Message  -----------------------------

This patch implements the following command:

ALTER TABLE <tablename> OWNER TO <username>

Only a superuser may execute the command.

--
Mark Hollomon
mhh@mindspring.com


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/include/nodes (parsenodes.h)
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql (Connection.java Driver.java)