doc: Remove unused title ids
authorPeter Eisentraut
Fri, 13 Mar 2020 14:45:37 +0000 (15:45 +0100)
committerPeter Eisentraut
Fri, 13 Mar 2020 14:45:37 +0000 (15:45 +0100)
FOP issues warnings about them.  These aren't even used, so just
remove them.  For the ones that are actually used, we'll come up with
a different solution.

Discussion: https://www.postgresql.org/message-id/flat/e29b580e-79ab-a371-5ea4-6946e4d3af0b%402ndQuadrant.com

doc/src/sgml/ecpg.sgml
doc/src/sgml/file-fdw.sgml
doc/src/sgml/ref/commit_prepared.sgml
doc/src/sgml/ref/create_foreign_table.sgml
doc/src/sgml/ref/create_view.sgml
doc/src/sgml/ref/do.sgml
doc/src/sgml/ref/prepare_transaction.sgml
doc/src/sgml/ref/rollback_prepared.sgml

index 8fe2a90c4863cef1f47dc3fe7336869a0eb58566..2771e3b1a8e773eaddcaff0f2a37856f6f05a861 100644 (file)
@@ -1043,7 +1043,7 @@ struct varchar_var { int len; char arr[180]; } var;
     
 
     
-      id="ecpg-type-timestamp-date">timestamp, date
+     timestamp, date
 
      
       Here is a pattern for handling timestamp variables
@@ -1208,7 +1208,7 @@ EXEC SQL END DECLARE SECTION;
     
 
     
-      id="ecpg-type-bytea">bytea
+     bytea
 
      
       The handling of the bytea type is similar to
index 4c34ad9cc92011d001be4c09018a977d676ea0a5..28b61c8f2d047e41013c9b6e83ec2cd9bf459e22 100644 (file)
  
 
  
>Create a Foreign Table for PostgreSQL CSV Logs
 >Create a Foreign Table for PostgreSQL CSV Logs
 
   
    One of the obvious uses for file_fdw is to make
index d938b65bbec9d8e33bc7a9fd7db74c1b75b66570..7299f735c95665f75e4c1904dc889e493a334f41 100644 (file)
@@ -72,7 +72,7 @@ COMMIT PREPARED transaction_id
  
 
  
-   id="sql-commit-prepared-examples-title">Examples
+  Examples
   
    Commit the transaction identified by the transaction
    identifier foobar:
index 9d266f272a7ef27bb335198ca52c860ec491cc5e..f9c214ea882dc745506fc134c85d81e443513192 100644 (file)
@@ -400,7 +400,7 @@ CREATE FOREIGN TABLE measurement_y2016m07
  
 
  
-   id="sql-createforeigntable-compatibility-title">Compatibility
+  Compatibility
 
   
    The CREATE FOREIGN TABLE command largely conforms to the
index e7a7e9fae273ab53b0325e49c1ac311a6a266fcf..0abb8fdcde3a8cbb34c0a900361bdf9677caaba0 100644 (file)
@@ -284,7 +284,7 @@ CREATE VIEW vista AS SELECT text 'Hello World' AS hello;
    
 
   
-    id="sql-createview-updatable-views-title">Updatable Views
+   Updatable Views
 
    
     updatable views
index a3a4877e80ffed2f26c4ee4b45ebaabe7b74890a..96901b7e461f17a57d10bbb98b6621d79a872f59 100644 (file)
@@ -101,7 +101,7 @@ DO [ LANGUAGE lang_name ] 
  
 
  
-   id="sql-do-examples-title">Examples
+  Examples
   
    Grant all privileges on all views in schema public to
    role webuser:
index 5016ca287e3065bdf89ea4666360215c6f23b8f7..18051983e160b79dc6b52339af9332aaeacaf1f2 100644 (file)
@@ -147,7 +147,7 @@ PREPARE TRANSACTION transaction_id
  
 
  
-   id="sql-prepare-transaction-examples-title">Examples
+  Examples
   
    Prepare the current transaction for two-phase commit, using
    foobar as the transaction identifier:
index 08821a6652b30222113e7222e867cc96eb9e1af2..175a3e93863f42974e06d6695c008f471ef24f5e 100644 (file)
@@ -72,7 +72,7 @@ ROLLBACK PREPARED transaction_id
  
 
  
-   id="sql-rollback-prepared-examples-title">Examples
+  Examples
   
    Roll back the transaction identified by the transaction
    identifier foobar: