mirror of
https://github.com/postgres/postgres.git
synced 2025-12-18 05:01:01 +03:00
Merge documentation into one book. (Build with "make html".) Replace
vague cross-references with real links.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.11 2003/02/13 05:32:42 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.12 2003/03/25 16:15:39 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -58,8 +58,6 @@ where <replaceable class="PARAMETER">constraint</replaceable> is:
|
||||
<para>
|
||||
The underlying data type of the domain. This may include array
|
||||
specifiers.
|
||||
Refer to the &cite-user; for further
|
||||
information about data types and arrays.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -224,7 +222,6 @@ CREATE TABLE countrylist (id INT4, country country_code);
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-dropdomain" endterm="sql-dropdomain-title"></member>
|
||||
<member>&cite-programmer;</member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user