Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 20c00ca

Browse files
committed
doc: Add IDs to link targets used by phpPgAdmin
Karl O. Pinc
1 parent 7f03a79 commit 20c00ca

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ CREATE TABLE products (
258258
even if the value came from the default value definition.
259259
</para>
260260

261-
<sect2>
261+
<sect2 id="ddl-constraints-check-constraints">
262262
<title>Check Constraints</title>
263263

264264
<indexterm>
@@ -482,7 +482,7 @@ CREATE TABLE products (
482482
</tip>
483483
</sect2>
484484

485-
<sect2>
485+
<sect2 id="ddl-constraints-unique-constraints">
486486
<title>Unique Constraints</title>
487487

488488
<indexterm>
@@ -569,7 +569,7 @@ CREATE TABLE products (
569569
</para>
570570
</sect2>
571571

572-
<sect2>
572+
<sect2 id="ddl-constraints-primary-keys">
573573
<title>Primary Keys</title>
574574

575575
<indexterm>
@@ -1168,7 +1168,7 @@ CREATE TABLE circles (
11681168
here.
11691169
</para>
11701170

1171-
<sect2>
1171+
<sect2 id="ddl-alter-adding-a-column">
11721172
<title>Adding a Column</title>
11731173

11741174
<indexterm>
@@ -1212,7 +1212,7 @@ ALTER TABLE products ADD COLUMN description text CHECK (description &lt;&gt; '')
12121212
</tip>
12131213
</sect2>
12141214

1215-
<sect2>
1215+
<sect2 id="ddl-alter-removing-a-column">
12161216
<title>Removing a Column</title>
12171217

12181218
<indexterm>
@@ -1239,7 +1239,7 @@ ALTER TABLE products DROP COLUMN description CASCADE;
12391239
</para>
12401240
</sect2>
12411241

1242-
<sect2>
1242+
<sect2 id="ddl-alter-adding-a-constraint">
12431243
<title>Adding a Constraint</title>
12441244

12451245
<indexterm>
@@ -1267,7 +1267,7 @@ ALTER TABLE products ALTER COLUMN product_no SET NOT NULL;
12671267
</para>
12681268
</sect2>
12691269

1270-
<sect2>
1270+
<sect2 id="ddl-alter-removing-a-constraint">
12711271
<title>Removing a Constraint</title>
12721272

12731273
<indexterm>

doc/src/sgml/extend.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</para>
146146
</sect2>
147147

148-
<sect2>
148+
<sect2 id="extend-type-system-domains">
149149
<title>Domains</title>
150150

151151
<para>

0 commit comments

Comments
 (0)