Don't put before in items.
authorTom Lane
Sat, 23 Mar 2013 18:06:44 +0000 (14:06 -0400)
committerTom Lane
Sat, 23 Mar 2013 18:06:44 +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 c1a90d1fba90467fdc5883be12b9c8e60ada997d..ab40ea76122545673c1b34f7be9e9478fef348c2 100644 (file)
@@ -1453,10 +1453,10 @@ SET ENABLE_SEQSCAN TO OFF;
      
 
      
+      fsync (boolean)
       
        fsync configuration parameter
       
-      fsync (boolean)
       
        
         If this parameter is on, the PostgreSQL server
@@ -1596,10 +1596,10 @@ SET ENABLE_SEQSCAN TO OFF;
      
      
      
+      full_page_writes (boolean)
       
        full_page_writes configuration parameter
       
-      full_page_writes (boolean)
       
        
         When this parameter is on, the PostgreSQL server
@@ -2442,6 +2442,7 @@ SET ENABLE_SEQSCAN TO OFF;
      
 
      
+      geqo (boolean)
       
        genetic query optimization
       
@@ -2452,7 +2453,6 @@ SET ENABLE_SEQSCAN TO OFF;
       
        geqo configuration parameter
       
-      geqo (boolean)
       
        
         Enables or disables genetic query optimization.
@@ -4415,13 +4415,13 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
      
 
      
+      default_transaction_isolation (enum)
       
        transaction isolation level
       
       
        default_transaction_isolation configuration parameter
       
-      default_transaction_isolation (enum)
       
        
         Each SQL transaction has an isolation level, which can be
@@ -4440,14 +4440,13 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
      
 
      
+      default_transaction_read_only (boolean)
       
        read-only transaction
       
       
        default_transaction_read_only configuration parameter
       
-
-      default_transaction_read_only (boolean)
       
        
         A read-only SQL transaction cannot alter non-temporary tables.
@@ -4719,6 +4718,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
      
 
      
+      extra_float_digits (integer)
       
        significant digits
       
@@ -4729,8 +4729,6 @@ SET XML OPTION { DOCUMENT | CONTENT };
       
        extra_float_digits configuration parameter
       
-
-      extra_float_digits (integer)
       
        
         This parameter adjusts the number of digits displayed for
@@ -5004,6 +5002,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
      
 
      
+      deadlock_timeout (integer)
       
        deadlock
        timeout during
@@ -5015,8 +5014,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 2e6e478a00d277fa291dc992d8ac607be7189e69..c5f5441ab48125d98c1e99c764871403b5753374 100644 (file)
@@ -2229,11 +2229,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