Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83cd6c commit ce52737Copy full SHA for ce52737
doc/src/sgml/ref/alter_table.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.67 2004/03/23 19:35:15 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.68 2004/03/24 09:49:20 neilc Exp $
3
PostgreSQL documentation
4
-->
5
@@ -403,8 +403,9 @@ VACUUM FULL table;
403
</para>
404
405
<para>
406
- Refer to <command>CREATE TABLE</command> for a further description
407
- of valid parameters. <xref linkend="ddl"> has further information on
+ Refer to <xref linkend="sql-createtable"
+ endterm="sql-createtable-title"> for a further description of valid
408
+ parameters. <xref linkend="ddl"> has further information on
409
inheritance.
410
411
</refsect1>
0 commit comments