mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Marginal improvements to the documentation for PGOPTIONS.
This commit is contained in:
parent
66e4da4c86
commit
6d19e9ffad
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.257 2008/03/31 02:43:14 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.258 2008/06/01 16:23:08 tgl Exp $ -->
|
||||||
|
|
||||||
<chapter id="libpq">
|
<chapter id="libpq">
|
||||||
<title><application>libpq</application> - C Library</title>
|
<title><application>libpq</application> - C Library</title>
|
||||||
@ -4838,8 +4838,12 @@ defaultNoticeProcessor(void *arg, const char *message)
|
|||||||
<indexterm>
|
<indexterm>
|
||||||
<primary><envar>PGOPTIONS</envar></primary>
|
<primary><envar>PGOPTIONS</envar></primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
<envar>PGOPTIONS</envar> sets additional run-time options for the
|
<envar>PGOPTIONS</envar> sets additional run-time options for the
|
||||||
<productname>PostgreSQL</productname> server.
|
<productname>PostgreSQL</productname> server. For example, setting
|
||||||
|
<envar>PGOPTIONS</envar> to <literal>-c geqo=off</> sets the session's
|
||||||
|
value of the <varname>geqo</> parameter to <literal>off</>.
|
||||||
|
For a detailed discussion of the available options consult <xref
|
||||||
|
linkend="runtime-config">.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.206 2008/05/16 17:17:00 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.207 2008/06/01 16:23:08 tgl Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -2754,22 +2754,13 @@ $endif
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><envar>PGDATABASE</envar></term>
|
<term><envar>PGDATABASE</envar></term>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Default connection database
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><envar>PGHOST</envar></term>
|
<term><envar>PGHOST</envar></term>
|
||||||
<term><envar>PGPORT</envar></term>
|
<term><envar>PGPORT</envar></term>
|
||||||
<term><envar>PGUSER</envar></term>
|
<term><envar>PGUSER</envar></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Default connection parameters
|
Default connection parameters (see <xref linkend="libpq-envars">).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user