- Returns the value of a named run-time parameter, and exits.
+ Prints the value of the named run-time parameter, and exits.
(See the
be used on a running server, and returns values from
postgresql.conf>, modified by any parameters
supplied in this invocation. It does not reflect parameters
supplied when the cluster was started.
+
+ 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
+ linkend="sql-show"> or the pg_settings view.
+
#endif
printf(_(" -B NBUFFERS number of shared buffers\n"));
printf(_(" -c NAME=VALUE set run-time parameter\n"));
- printf(_(" -C NAME return run-time parameter\n"));
+ printf(_(" -C NAME print value of run-time parameter, then exit\n"));
printf(_(" -d 1-5 debugging level\n"));
printf(_(" -D DATADIR database directory\n"));
printf(_(" -e use European date input format (DMY)\n"));