From 6d19e9ffad0ff7cc739e0e2f63241777e8610635 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 1 Jun 2008 16:23:08 +0000 Subject: [PATCH] Marginal improvements to the documentation for PGOPTIONS. --- doc/src/sgml/libpq.sgml | 10 +++++++--- doc/src/sgml/ref/psql-ref.sgml | 13 ++----------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 2f1a248ca7..006c81f307 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 57664e3082..6333e37bf2 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 ). -- 2.40.0