summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table.sgml
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-03-01 17:58:39 +0000
committerNeil Conway <neilc@samurai.com>2004-03-01 17:58:39 +0000
commit1a6a27650d835c7d413b3beba2e9400b9af9c23b (patch)
treef25116a1fcd0b6b8cfec36c065fc8237f3e2aa4c /doc/src/sgml/ref/create_table.sgml
parent4a43b24cecc5705b47c2273f044540974f32eb15 (diff)
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.
Diffstat (limited to 'doc/src/sgml/ref/create_table.sgml')
-rw-r--r--doc/src/sgml/ref/create_table.sgml7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 4af03bccfaa..84e99b5a063 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -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>