Commit 20c00ca6 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Add IDs to link targets used by phpPgAdmin

Karl O. Pinc
parent 7f03a791
...@@ -258,7 +258,7 @@ CREATE TABLE products ( ...@@ -258,7 +258,7 @@ CREATE TABLE products (
even if the value came from the default value definition. even if the value came from the default value definition.
</para> </para>
<sect2> <sect2 id="ddl-constraints-check-constraints">
<title>Check Constraints</title> <title>Check Constraints</title>
<indexterm> <indexterm>
...@@ -482,7 +482,7 @@ CREATE TABLE products ( ...@@ -482,7 +482,7 @@ CREATE TABLE products (
</tip> </tip>
</sect2> </sect2>
<sect2> <sect2 id="ddl-constraints-unique-constraints">
<title>Unique Constraints</title> <title>Unique Constraints</title>
<indexterm> <indexterm>
...@@ -569,7 +569,7 @@ CREATE TABLE products ( ...@@ -569,7 +569,7 @@ CREATE TABLE products (
</para> </para>
</sect2> </sect2>
<sect2> <sect2 id="ddl-constraints-primary-keys">
<title>Primary Keys</title> <title>Primary Keys</title>
<indexterm> <indexterm>
...@@ -1168,7 +1168,7 @@ CREATE TABLE circles ( ...@@ -1168,7 +1168,7 @@ CREATE TABLE circles (
here. here.
</para> </para>
<sect2> <sect2 id="ddl-alter-adding-a-column">
<title>Adding a Column</title> <title>Adding a Column</title>
<indexterm> <indexterm>
...@@ -1212,7 +1212,7 @@ ALTER TABLE products ADD COLUMN description text CHECK (description &lt;&gt; '') ...@@ -1212,7 +1212,7 @@ ALTER TABLE products ADD COLUMN description text CHECK (description &lt;&gt; '')
</tip> </tip>
</sect2> </sect2>
<sect2> <sect2 id="ddl-alter-removing-a-column">
<title>Removing a Column</title> <title>Removing a Column</title>
<indexterm> <indexterm>
...@@ -1239,7 +1239,7 @@ ALTER TABLE products DROP COLUMN description CASCADE; ...@@ -1239,7 +1239,7 @@ ALTER TABLE products DROP COLUMN description CASCADE;
</para> </para>
</sect2> </sect2>
<sect2> <sect2 id="ddl-alter-adding-a-constraint">
<title>Adding a Constraint</title> <title>Adding a Constraint</title>
<indexterm> <indexterm>
...@@ -1267,7 +1267,7 @@ ALTER TABLE products ALTER COLUMN product_no SET NOT NULL; ...@@ -1267,7 +1267,7 @@ ALTER TABLE products ALTER COLUMN product_no SET NOT NULL;
</para> </para>
</sect2> </sect2>
<sect2> <sect2 id="ddl-alter-removing-a-constraint">
<title>Removing a Constraint</title> <title>Removing a Constraint</title>
<indexterm> <indexterm>
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
</para> </para>
</sect2> </sect2>
<sect2> <sect2 id="extend-type-system-domains">
<title>Domains</title> <title>Domains</title>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment