doc: Add IDs to link targets used by phpPgAdmin

Karl O. Pinc
This commit is contained in:
Peter Eisentraut 2013-05-07 21:23:21 -04:00
parent 7f03a791fa
commit 20c00ca668
2 changed files with 8 additions and 8 deletions

View File

@ -258,7 +258,7 @@ CREATE TABLE products (
even if the value came from the default value definition.
</para>
<sect2>
<sect2 id="ddl-constraints-check-constraints">
<title>Check Constraints</title>
<indexterm>
@ -482,7 +482,7 @@ CREATE TABLE products (
</tip>
</sect2>
<sect2>
<sect2 id="ddl-constraints-unique-constraints">
<title>Unique Constraints</title>
<indexterm>
@ -569,7 +569,7 @@ CREATE TABLE products (
</para>
</sect2>
<sect2>
<sect2 id="ddl-constraints-primary-keys">
<title>Primary Keys</title>
<indexterm>
@ -1168,7 +1168,7 @@ CREATE TABLE circles (
here.
</para>
<sect2>
<sect2 id="ddl-alter-adding-a-column">
<title>Adding a Column</title>
<indexterm>
@ -1212,7 +1212,7 @@ ALTER TABLE products ADD COLUMN description text CHECK (description &lt;&gt; '')
</tip>
</sect2>
<sect2>
<sect2 id="ddl-alter-removing-a-column">
<title>Removing a Column</title>
<indexterm>
@ -1239,7 +1239,7 @@ ALTER TABLE products DROP COLUMN description CASCADE;
</para>
</sect2>
<sect2>
<sect2 id="ddl-alter-adding-a-constraint">
<title>Adding a Constraint</title>
<indexterm>
@ -1267,7 +1267,7 @@ ALTER TABLE products ALTER COLUMN product_no SET NOT NULL;
</para>
</sect2>
<sect2>
<sect2 id="ddl-alter-removing-a-constraint">
<title>Removing a Constraint</title>
<indexterm>

View File

@ -145,7 +145,7 @@
</para>
</sect2>
<sect2>
<sect2 id="extend-type-system-domains">
<title>Domains</title>
<para>