doc: Add IDs to link targets used by phpPgAdmin
authorPeter Eisentraut
Wed, 8 May 2013 01:23:21 +0000 (21:23 -0400)
committerPeter Eisentraut
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.
   
 
-  
+   id="ddl-constraints-check-constraints">
    Check Constraints
 
    
@@ -482,7 +482,7 @@ CREATE TABLE products (
    
   
 
-  
+   id="ddl-constraints-unique-constraints">
    Unique Constraints
 
    
@@ -569,7 +569,7 @@ CREATE TABLE products (
    
   
 
-  
+   id="ddl-constraints-primary-keys">
    Primary Keys
 
    
@@ -1157,7 +1157,7 @@ CREATE TABLE circles (
    here.
   
 
-  
+   id="ddl-alter-adding-a-column">
    Adding a Column
 
    
@@ -1201,7 +1201,7 @@ ALTER TABLE products ADD COLUMN description text CHECK (description <> '')
   
   
 
-  
+   id="ddl-alter-removing-a-column">
    Removing a Column
 
    
@@ -1228,7 +1228,7 @@ ALTER TABLE products DROP COLUMN description CASCADE;
    
   
 
-  
+   id="ddl-alter-adding-a-constraint">
    Adding a Constraint
 
    
@@ -1256,7 +1256,7 @@ ALTER TABLE products ALTER COLUMN product_no SET NOT NULL;
    
   
 
-  
+   id="ddl-alter-removing-a-constraint">
    Removing a Constraint
 
    
index bc1cd5908f270074092a6025e05ac6ba7b1e013f..60fa1a8922cfad4ed6b826a5acf27479ded1eef1 100644 (file)
     
    
 
-   
+    id="extend-type-system-domains">
     Domains