We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92583f commit 3f33d7bCopy full SHA for 3f33d7b
doc/src/sgml/ref/alter_view.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/alter_view.sgml,v 1.1 2007/07/03 01:30:35 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/alter_view.sgml,v 1.2 2007/07/08 17:47:38 tgl Exp $
3
PostgreSQL documentation
4
-->
5
@@ -67,6 +67,7 @@ ALTER VIEW <replaceable>name</replaceable> RENAME TO <replaceable>newname</repla
67
ALTER VIEW foo RENAME TO bar;
68
</programlisting>
69
</para>
70
+ </refsect1>
71
72
<refsect1>
73
<title>Compatibility</title>
0 commit comments