pgsql/src/backend/commands (command.c)

From: Bruce Momjian - CVS <momjian>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (command.c)
Date: 2000-09-12 05:09:43
Message-ID: 200009120509.e8C59hm18272@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, September 12, 2000 @ 01:09:43
Author: momjian

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

Modified Files:
command.c

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

This patch implements the following command:

ALTER TABLE <tablename> OWNER TO <username>

Only a superuser may execute the command.

--
Mark Hollomon
mhh(at)mindspring(dot)com

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-09-12 05:09:45 pgsql/src/backend/parser (gram.y keywords.c)
Previous Message Bruce Momjian - CVS 2000-09-12 04:58:53 pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 (ResultSet.java)