1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Make various links point to specific places instead of entire parts

(doubtless these are hangovers from the old separate-books days).
This commit is contained in:
Tom Lane
2003-08-10 01:20:34 +00:00
parent 0019532f47
commit 18c10877a9
10 changed files with 27 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.15 2003/05/07 03:41:31 tgl Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.16 2003/08/10 01:20:34 tgl Exp $ -->
<chapter id="ddl">
<title>Data Definition</title>
@@ -818,8 +818,8 @@ CREATE TABLE order_items (
columns that are either a primary key or form a unique constraint.
If the foreign key references a unique constraint, there are some
additional possibilities regarding how null values are matched.
These are explained in the <literal>CREATE TABLE</literal> entry
in <xref linkend="reference">.
These are explained in the reference documentation for
<xref linkend="sql-createtable" endterm="sql-createtable-title">.
</para>
</sect2>
</sect1>