This patch implements the following command:
Bruce Momjian <bruce@momjian.us>
This patch implements the following command: ALTER TABLE <tablename> OWNER TO <username> Only a superuser may execute the command. -- Mark Hollomon mhh@mindspring.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/command.c | modified | +66 −1 |
| src/backend/parser/gram.y | modified | +13 −2 |
| src/backend/parser/keywords.c | modified | +2 −1 |
| src/backend/tcop/utility.c | modified | +4 −1 |
| src/include/commands/command.h | modified | +3 −1 |
| src/include/nodes/parsenodes.h | modified | +6 −4 |
| src/interfaces/jdbc/org/postgresql/Connection.java | modified | +6 −6 |
| src/interfaces/jdbc/org/postgresql/Driver.java | modified | +2 −2 |
| src/interfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java | modified | +95 −95 |
| src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java | modified | +95 −95 |