File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -208,6 +208,16 @@ ALTER DOMAIN zipcode DROP CONSTRAINT zipchk;
208
208
<productname>PostgreSQL</productname> extension.
209
209
</para>
210
210
</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
+
211
221
</refentry>
212
222
213
223
<!-- Keep this comment at the end of the file
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -203,7 +203,6 @@ CREATE TABLE us_snail_addy (
203
203
204
204
</refentry>
205
205
206
-
207
206
<!-- Keep this comment at the end of the file
208
207
Local variables:
209
208
mode: sgml
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -93,8 +93,10 @@ DROP DOMAIN box;
93
93
94
94
<simplelist type="inline">
95
95
<member><xref linkend="sql-createdomain" endterm="sql-createdomain-title"></member>
96
+ <member><xref linkend="sql-alterdomain" endterm="sql-alterdomain-title"></member>
96
97
</simplelist>
97
98
</refsect1>
99
+
98
100
</refentry>
99
101
100
102
<!-- Keep this comment at the end of the file
You can’t perform that action at this time.
0 commit comments