diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 2f1a248ca76..006c81f3077 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -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 . diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 57664e3082e..6333e37bf25 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -2754,22 +2754,13 @@ $endif PGDATABASE - - - - Default connection database - - - - - PGHOST PGPORT PGUSER - Default connection parameters + Default connection parameters (see ).