@@ -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 <> '')
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>
0 commit comments