summaryrefslogtreecommitdiff
path: root/doc/src/sgml/reference.sgml
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2007-07-03 01:30:37 +0000
committerNeil Conway <neilc@samurai.com>2007-07-03 01:30:37 +0000
commita55898131e0c68efc5836a6cada8e34e47678b71 (patch)
tree8fad05c45372be40b8d28376faa257c608e0b94f /doc/src/sgml/reference.sgml
parenta1587e41aecf2626c62f96cf07acbe5bca5871a3 (diff)
Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.
Sequences and views could previously be renamed using ALTER TABLE, but this was a repeated source of confusion for users. Update the docs, and psql tab completion. Patch from David Fetter; various minor fixes by myself.
Diffstat (limited to 'doc/src/sgml/reference.sgml')
-rw-r--r--doc/src/sgml/reference.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml
index 06699a5b34b..a52fe7a9644 100644
--- a/doc/src/sgml/reference.sgml
+++ b/doc/src/sgml/reference.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.63 2007/04/26 16:13:08 neilc Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.64 2007/07/03 01:30:35 neilc Exp $ -->
<part id="reference">
<title>Reference</title>
@@ -53,6 +53,7 @@
&alterTrigger;
&alterType;
&alterUser;
+ &alterView;
&analyze;
&begin;
&checkpoint;