From 0256045826907a6c38e5a9682d01ada168238890 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 | 8 ++++++-- doc/src/sgml/ref/psql-ref.sgml | 11 +---------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 921e0629cc..a052150520 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -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 b45f8a8839..52b6c0b09d 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2754,22 +2754,13 @@ $endif PGDATABASE - - - - Default connection database - - - - - PGHOST PGPORT PGUSER - Default connection parameters + Default connection parameters (see ). -- 2.39.5