Marginal improvements to the documentation for PGOPTIONS.
authorTom Lane
Sun, 1 Jun 2008 16:23:08 +0000 (16:23 +0000)
committerTom Lane
Sun, 1 Jun 2008 16:23:08 +0000 (16:23 +0000)
doc/src/sgml/libpq.sgml
doc/src/sgml/ref/psql-ref.sgml

index 2f1a248ca768c42360910e2fb320a67bd8e07f43..006c81f30776c71507937e2a82a3546b7d5e07ee 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
@@ -4838,8 +4838,12 @@ defaultNoticeProcessor(void *arg, const char *message)
       
        PGOPTIONS
       
-      PGOPTIONS sets additional run-time  options  for the
-      PostgreSQL server.
+      PGOPTIONS sets additional run-time options for the
+      PostgreSQL server.  For example, setting
+      PGOPTIONS to -c geqo=off sets the session's
+      value of the geqo parameter to off.
+      For a detailed discussion of the available options consult 
+      linkend="runtime-config">.
      
     
 
index 57664e3082e6368cef966d68bbe4b9ffe328051f..6333e37bf25821993aa4464f77f6c361baf87766 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -2754,22 +2754,13 @@ $endif
 
    
     PGDATABASE
-
-    
-     
-      Default connection database
-     
-    
-   
-
-   
     PGHOST
     PGPORT
     PGUSER
 
     
      
-      Default connection parameters
+      Default connection parameters (see ).