]> granicus.if.org Git - postgresql/commitdiff
doc: Add IDs to link targets used by phpPgAdmin
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 8 May 2013 01:23:21 +0000 (21:23 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 5 Jun 2013 03:11:30 +0000 (23:11 -0400)
Karl O. Pinc

doc/src/sgml/ddl.sgml
doc/src/sgml/extend.sgml

index f0b60b55009e00c083c53b3ee968f5120d4281f4..3c4d3a5ffbaacbcbb684c0b1edec1b71a6cde8f0 100644 (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>
@@ -1157,7 +1157,7 @@ CREATE TABLE circles (
    here.
   </para>
 
-  <sect2>
+  <sect2 id="ddl-alter-adding-a-column">
    <title>Adding a Column</title>
 
    <indexterm>
@@ -1201,7 +1201,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>
@@ -1228,7 +1228,7 @@ ALTER TABLE products DROP COLUMN description CASCADE;
    </para>
   </sect2>
 
-  <sect2>
+  <sect2 id="ddl-alter-adding-a-constraint">
    <title>Adding a Constraint</title>
 
    <indexterm>
@@ -1256,7 +1256,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>
index bc1cd5908f270074092a6025e05ac6ba7b1e013f..60fa1a8922cfad4ed6b826a5acf27479ded1eef1 100644 (file)
     </para>
    </sect2>
 
-   <sect2>
+   <sect2 id="extend-type-system-domains">
     <title>Domains</title>
 
     <para>