projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e4da4
)
Marginal improvements to the documentation for PGOPTIONS.
author
Tom Lane
Sun, 1 Jun 2008 16:23:08 +0000
(16:23 +0000)
committer
Tom Lane
Sun, 1 Jun 2008 16:23:08 +0000
(16:23 +0000)
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/ref/psql-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 2f1a248ca768c42360910e2fb320a67bd8e07f43..006c81f30776c71507937e2a82a3546b7d5e07ee 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1,4
+1,4
@@
-
+
libpq
- 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">.
diff --git
a/doc/src/sgml/ref/psql-ref.sgml
b/doc/src/sgml/ref/psql-ref.sgml
index 57664e3082e6368cef966d68bbe4b9ffe328051f..6333e37bf25821993aa4464f77f6c361baf87766 100644
(file)
--- 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
).