8000 doc: Add IDs to link targets used by phpPgAdmin · kosalalakshitha/postgres@75b161d · GitHub
[go: up one dir, main page]

Skip to content

Commit 75b161d

Browse files
committed
doc: Add IDs to link targets used by phpPgAdmin
Karl O. Pinc
1 parent 2ff74ef commit 75b161d

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>
@@ -1157,7 +1157,7 @@ CREATE TABLE circles (
11571157
here.
11581158
</para>
11591159

1160-
<sect2>
1160+
<sect2 id="ddl-alter-adding-a-column">
11611161
<title>Adding a Column</title>
11621162

11631163
<indexterm>
@@ -1201,7 +1201,7 @@ ALTER TABLE products ADD COLUMN description text CHECK (description &lt;&gt; '')
12011201
</tip>
12021202
</sect2>
12031203

1204-
<sect2>
1204+
<sect2 id="ddl-alter-removing-a-column">
12051205
<title>Removing a Column</title>
12061206

12071207
<indexterm>
@@ -1228,7 +1228,7 @@ ALTER TABLE products DROP COLUMN description CASCADE;
12281228
</para>
12291229
</sect2>
12301230

1231-
<sect2>
1231+
<sect2 id="ddl-alter-adding-a-constraint">
12321232
<title>Adding a Constraint</title>
12331233

12341234
<indexterm>
@@ -1256,7 +1256,7 @@ ALTER TABLE products ALTER COLUMN product_no SET NOT NULL;
12561256
</para>
12571257
</sect2>
12581258

1259-
<sect2>
1259+
<sect2 id="ddl-alter-removing-a-constraint">
12601260
<title>Removing a Constraint</title>
12611261

12621262
<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)
0