aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-05-02 01:52:50 +0000
committerNeil Conway <neilc@samurai.com>2005-05-02 01:52:50 +0000
commitb656150ec0b7bab95cb04f4d11ffa46f9fd4118d (patch)
tree092df5293da30627b3fad28f640f7ecb66d2386f
parentf478856c7f875efceea27f30041965571815f05b (diff)
downloadpostgresql-b656150ec0b7bab95cb04f4d11ffa46f9fd4118d.tar.gz
postgresql-b656150ec0b7bab95cb04f4d11ffa46f9fd4118d.zip
Add some missing "See Also" entries to the domain-related SQL reference
pages. From Robert Treat.
-rw-r--r--doc/src/sgml/ref/alter_domain.sgml12
-rw-r--r--doc/src/sgml/ref/create_domain.sgml3
-rw-r--r--doc/src/sgml/ref/drop_domain.sgml4
3 files changed, 15 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/alter_domain.sgml b/doc/src/sgml/ref/alter_domain.sgml
index 7d5f050196e..b4e0a6dd2ef 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 89b51aa76db..1c3eb357c04 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 6e86b722943..9a2eb781f1b 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