1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-28 11:55:03 +03:00

Add support for ALTER RULE ... RENAME TO.

Ali Dar, reviewed by Dean Rasheed.
This commit is contained in:
Tom Lane
2013-02-08 23:58:40 -05:00
parent f806c191a3
commit c61e26ee3e
12 changed files with 323 additions and 17 deletions

View File

@@ -53,6 +53,7 @@
&alterOperatorClass;
&alterOperatorFamily;
&alterRole;
&alterRule;
&alterSchema;
&alterSequence;
&alterServer;