A couple of the domain commands were missing "see also" references, this patch
adds those references.
--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
Index: alter_domain.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/alter_domain.sgml,v
retrieving revision 1.13
diff -c -r1.13 alter_domain.sgml
*** alter_domain.sgml 27 Nov 2004 21:27:07 -0000 1.13
--- alter_domain.sgml 1 May 2005 02:19:21 -0000
***************
*** 199,205 ****
</para>
</refsect1>
! <refsect1>
<title>Compatibility</title>
<para>
--- 199,205 ----
</para>
</refsect1>
! <refsect1 id="SQL-ALTERDOMAIN-compatibility">
<title>Compatibility</title>
<para>
***************
*** 208,213 ****
--- 208,223 ----
<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
Index: create_domain.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v
retrieving revision 1.20
diff -c -r1.20 create_domain.sgml
*** create_domain.sgml 4 Jan 2005 00:39:53 -0000 1.20
--- create_domain.sgml 1 May 2005 02:19:21 -0000
***************
*** 203,209 ****
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
--- 203,208 ----
Index: drop_domain.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/drop_domain.sgml,v
retrieving revision 1.14
diff -c -r1.14 drop_domain.sgml
*** drop_domain.sgml 29 Nov 2003 19:51:38 -0000 1.14
--- drop_domain.sgml 1 May 2005 02:19:21 -0000
***************
*** 93,100 ****
--- 93,102 ----
<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
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])