diff --git a/doc/src/sgml/ref/alter_domain.sgml b/doc/src/sgml/ref/alter_domain.sgml index 7d5f050196e356d0d0b7dabaa08d9fe84a835912..b4e0a6dd2effc470b49cb7cf15471d387bf11993 100644 --- a/doc/src/sgml/ref/alter_domain.sgml +++ b/doc/src/sgml/ref/alter_domain.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.13 2004/11/27 21:27:07 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.14 2005/05/02 01:52:50 neilc Exp $ PostgreSQL documentation --> @@ -208,6 +208,16 @@ ALTER DOMAIN zipcode DROP CONSTRAINT zipchk; <productname>PostgreSQL</productname> extension. </para> </refsect1> + + <refsect1 id="SQL-ALTERDOMAIN-see-also"> + <title>See Also</title> + + <simplelist type="inline"> + <member><xref linkend="sql-createdomain" endterm="sql-createdomain-title"></member> + <member><xref linkend="sql-dropdomain" endterm="sql-dropdomain-title"></member> + </simplelist> + </refsect1> + </refentry> <!-- Keep this comment at the end of the file diff --git a/doc/src/sgml/ref/create_domain.sgml b/doc/src/sgml/ref/create_domain.sgml index 89b51aa76db7dbfc7810684fc6af4be2ead55799..1c3eb357c0442c58ef5f8fdbefbdab26fcabe06f 100644 --- a/doc/src/sgml/ref/create_domain.sgml +++ b/doc/src/sgml/ref/create_domain.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.21 2005/05/01 15:57:59 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.22 2005/05/02 01:52:50 neilc Exp $ PostgreSQL documentation --> @@ -203,7 +203,6 @@ CREATE TABLE us_snail_addy ( </refentry> - <!-- Keep this comment at the end of the file Local variables: mode: sgml diff --git a/doc/src/sgml/ref/drop_domain.sgml b/doc/src/sgml/ref/drop_domain.sgml index 6e86b722943b39259a7306ea6d2019753f8b19ce..9a2eb781f1b4aab9c7dd130aeea24867aeebbfc0 100644 --- a/doc/src/sgml/ref/drop_domain.sgml +++ b/doc/src/sgml/ref/drop_domain.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/drop_domain.sgml,v 1.14 2003/11/29 19:51:38 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/drop_domain.sgml,v 1.15 2005/05/02 01:52:50 neilc Exp $ PostgreSQL documentation --> @@ -93,8 +93,10 @@ DROP DOMAIN box; <simplelist type="inline"> <member><xref linkend="sql-createdomain" endterm="sql-createdomain-title"></member> + <member><xref linkend="sql-alterdomain" endterm="sql-alterdomain-title"></member> </simplelist> </refsect1> + </refentry> <!-- Keep this comment at the end of the file