diff options
author | Neil Conway <neilc@samurai.com> | 2004-03-24 09:49:20 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-03-24 09:49:20 +0000 |
commit | ce5273757b26f69569675e7cde0512a62b5800d6 (patch) | |
tree | 597a7784e0c40fd60acdcafbe8dcb73d26e76429 | |
parent | c83cd6c1dab0009de77d31e2eb3628598e69b092 (diff) | |
download | postgresql-ce5273757b26f69569675e7cde0512a62b5800d6.tar.gz postgresql-ce5273757b26f69569675e7cde0512a62b5800d6.zip |
Make a cross-reference in the ALTER TABLE ref page into a <xref>.
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 0c536c6d3b8..c249ffbc546 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ <!-- -$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 $ PostgreSQL documentation --> @@ -403,8 +403,9 @@ VACUUM FULL table; </para> <para> - Refer to <command>CREATE TABLE</command> for a further description - 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 + parameters. <xref linkend="ddl"> has further information on inheritance. </para> </refsect1> |