Commit b656150e authored by Neil Conway's avatar Neil Conway

Add some missing "See Also" entries to the domain-related SQL reference

pages. From Robert Treat.
parent f478856c
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -208,6 +208,16 @@ ALTER DOMAIN zipcode DROP CONSTRAINT zipchk; ...@@ -208,6 +208,16 @@ ALTER DOMAIN zipcode DROP CONSTRAINT zipchk;
<productname>PostgreSQL</productname> extension. <productname>PostgreSQL</productname> extension.
</para> </para>
</refsect1> </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> </refentry>
<!-- Keep this comment at the end of the file <!-- Keep this comment at the end of the file
......
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -203,7 +203,6 @@ CREATE TABLE us_snail_addy ( ...@@ -203,7 +203,6 @@ CREATE TABLE us_snail_addy (
</refentry> </refentry>
<!-- Keep this comment at the end of the file <!-- Keep this comment at the end of the file
Local variables: Local variables:
mode: sgml mode: sgml
......
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -93,8 +93,10 @@ DROP DOMAIN box; ...@@ -93,8 +93,10 @@ DROP DOMAIN box;
<simplelist type="inline"> <simplelist type="inline">
<member><xref linkend="sql-createdomain" endterm="sql-createdomain-title"></member> <member><xref linkend="sql-createdomain" endterm="sql-createdomain-title"></member>
<member><xref linkend="sql-alterdomain" endterm="sql-alterdomain-title"></member>
</simplelist> </simplelist>
</refsect1> </refsect1>
</refentry> </refentry>
<!-- Keep this comment at the end of the file <!-- Keep this comment at the end of the file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment