mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add support for ALTER RULE ... RENAME TO.
Ali Dar, reviewed by Dean Rasheed.
This commit is contained in:
@@ -103,7 +103,9 @@ DROP RULE newrule ON mytable;
|
||||
<title>Compatibility</title>
|
||||
|
||||
<para>
|
||||
There is no <command>DROP RULE</command> statement in the SQL standard.
|
||||
<command>DROP RULE</command> is a
|
||||
<productname>PostgreSQL</productname> language extension, as is the
|
||||
entire query rewrite system.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -112,6 +114,7 @@ DROP RULE newrule ON mytable;
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-createrule"></member>
|
||||
<member><xref linkend="sql-alterrule"></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
Reference in New Issue
Block a user