From c0a6f9c84bedc745af2a3bf1dee5e2a4e79b46af Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 13 Jun 2012 13:41:25 +0300 Subject: Improve documentation of postgres -C option Clarify help (s/return/print/), and explain that this option is for use by other programs, not for user-facing use (it does not print units). --- doc/src/sgml/ref/postgres-ref.sgml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/src/sgml/ref/postgres-ref.sgml') diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 9869a1f5262..d8e9825d13e 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -144,13 +144,20 @@ PostgreSQL documentation - Returns the value of a named run-time parameter, and exits. + Prints the value of the named run-time parameter, and exits. (See the + + + This option is meant for other programs that interact with a server + instance, such as , to query configuration + parameter values. User-facing applications should instead use or the pg_settings view. + -- cgit v1.2.3