1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add a few more xrefs, where they seemed appropriate: for example, refer

to the discussion of planner statistics in the documentation for the
default_statistics_target GUC var.
This commit is contained in:
Neil Conway
2004-03-01 17:58:39 +00:00
parent 4a43b24cec
commit 1a6a27650d
3 changed files with 18 additions and 10 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.77 2003/12/01 22:07:58 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.78 2004/03/01 17:58:39 neilc Exp $
PostgreSQL documentation
-->
@ -151,7 +151,10 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
<term><replaceable class="PARAMETER">data_type</replaceable></term>
<listitem>
<para>
The data type of the column. This may include array specifiers.
The data type of the column. This may include array
specifiers. For more information on the data types included with
<productname>PostgreSQL</productname>, refer to <xref
linkend="datatype">.
</para>
</listitem>
</varlistentry>