Skip to content

Commit b656150

Browse files
author
Neil Conway
committed
Add some missing "See Also" entries to the domain-related SQL reference
pages. From Robert Treat.
1 parent f478856 commit b656150

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

doc/src/sgml/ref/alter_domain.sgml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.13 2004/11/27 21:27:07 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.14 2005/05/02 01:52:50 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -208,6 +208,16 @@ ALTER DOMAIN zipcode DROP CONSTRAINT zipchk;
208208
<productname>PostgreSQL</productname> extension.
209209
</para>
210210
</refsect1>
211+
212+
<refsect1 id="SQL-ALTERDOMAIN-see-also">
213+
<title>See Also</title>
214+
215+
<simplelist type="inline">
216+
<member><xref linkend="sql-createdomain" endterm="sql-createdomain-title"></member>
217+
<member><xref linkend="sql-dropdomain" endterm="sql-dropdomain-title"></member>
218+
</simplelist>
219+
</refsect1>
220+
211221
</refentry>
212222

213223
<!-- Keep this comment at the end of the file

doc/src/sgml/ref/create_domain.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.21 2005/05/01 15:57:59 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.22 2005/05/02 01:52:50 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -203,7 +203,6 @@ CREATE TABLE us_snail_addy (
203203

204204
</refentry>
205205

206-
207206
<!-- Keep this comment at the end of the file
208207
Local variables:
209208
mode: sgml

doc/src/sgml/ref/drop_domain.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_domain.sgml,v 1.14 2003/11/29 19:51:38 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_domain.sgml,v 1.15 2005/05/02 01:52:50 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -93,8 +93,10 @@ DROP DOMAIN box;
9393

9494
<simplelist type="inline">
9595
<member><xref linkend="sql-createdomain" endterm="sql-createdomain-title"></member>
96+
<member><xref linkend="sql-alterdomain" endterm="sql-alterdomain-title"></member>
9697
</simplelist>
9798
</refsect1>
99+
98100
</refentry>
99101

100102
<!-- Keep this comment at the end of the file

0 commit comments

Comments
 (0)