Don't put before in items.
authorTom Lane
Sat, 23 Mar 2013 18:06:33 +0000 (14:06 -0400)
committerTom Lane
Sat, 23 Mar 2013 18:06:33 +0000 (14:06 -0400)
Doing that results in a broken index entry in PDF output.  We had only
a few like that, which is probably why nobody noticed before.
Standardize on putting the  first.

Josh Kupershmidt

doc/src/sgml/config.sgml
doc/src/sgml/libpq.sgml

index 6e1b084f71d5b229a1fbca20f621e00a281ca23b..d750f0800b70083311112904c90658110d33b96c 100644 (file)
@@ -1661,10 +1661,10 @@ include 'filename'
      
 
      
+      fsync (boolean)
       
        fsync configuration parameter
       
-      fsync (boolean)
       
        
         If this parameter is on, the PostgreSQL server
@@ -1846,10 +1846,10 @@ include 'filename'
      
 
      
+      full_page_writes (boolean)
       
        full_page_writes configuration parameter
       
-      full_page_writes (boolean)
       
        
         When this parameter is on, the PostgreSQL server
@@ -2920,6 +2920,7 @@ include 'filename'
      
 
      
+      geqo (boolean)
       
        genetic query optimization
       
@@ -2930,7 +2931,6 @@ include 'filename'
       
        geqo configuration parameter
       
-      geqo (boolean)
       
        
         Enables or disables genetic query optimization.
@@ -4972,6 +4972,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
      
 
      
+      default_transaction_isolation (enum)
       
        transaction isolation level
        setting default
@@ -4979,7 +4980,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
       
        default_transaction_isolation configuration parameter
       
-      default_transaction_isolation (enum)
       
        
         Each SQL transaction has an isolation level, which can be
@@ -4998,6 +4998,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
      
 
      
+      default_transaction_read_only (boolean)
       
        read-only transaction
        setting default
@@ -5005,8 +5006,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
       
        default_transaction_read_only configuration parameter
       
-
-      default_transaction_read_only (boolean)
       
        
         A read-only SQL transaction cannot alter non-temporary tables.
@@ -5021,6 +5020,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
      
 
      
+      default_transaction_deferrable (boolean)
       
        deferrable transaction
        setting default
@@ -5028,8 +5028,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
       
        default_transaction_deferrable configuration parameter
       
-
-      default_transaction_deferrable (boolean)
       
        
         When running at the serializable isolation level,
@@ -5347,6 +5345,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
      
 
      
+      extra_float_digits (integer)
       
        significant digits
       
@@ -5357,8 +5356,6 @@ SET XML OPTION { DOCUMENT | CONTENT };
       
        extra_float_digits configuration parameter
       
-
-      extra_float_digits (integer)
       
        
         This parameter adjusts the number of digits displayed for
@@ -5634,6 +5631,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
      
 
      
+      deadlock_timeout (integer)
       
        deadlock
        timeout during
@@ -5645,8 +5643,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
       
        deadlock_timeout configuration parameter
       
-
-      deadlock_timeout (integer)
       
        
         This is the amount of time, in milliseconds, to wait on a lock
index 775d25054f8280dd9ca5c11a41ff3a6d2d7eb39e..1a09c1cb8daee79204f8e865f86d8435f7025755 100644 (file)
@@ -2581,11 +2581,11 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
          
 
          
+          PG_DIAG_SQLSTATE
           
            error codes
            libpq
           
-          PG_DIAG_SQLSTATE
           
            
             The SQLSTATE code for the error. The SQLSTATE code identifies