File tree 2 files changed +9
-14
lines changed
2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.257 2008/03/31 02:43:14 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.258 2008/06/01 16:23:08 tgl Exp $ -->
2
2
3
3
<chapter id="libpq">
4
4
<title><application>libpq</application> - C Library</title>
@@ -4838,8 +4838,12 @@ defaultNoticeProcessor(void *arg, const char *message)
4838
4838
<indexterm>
4839
4839
<primary><envar>PGOPTIONS</envar></primary>
4840
4840
</indexterm>
4841
- <envar>PGOPTIONS</envar> sets additional run-time options for the
4842
- <productname>PostgreSQL</productname> server.
4841
+ <envar>PGOPTIONS</envar> sets additional run-time options for the
4842
+ <productname>PostgreSQL</productname> server. For example, setting
4843
+ <envar>PGOPTIONS</envar> to <literal>-c geqo=off</> sets the session's
4844
+ value of the <varname>geqo</> parameter to <literal>off</>.
4845
+ For a detailed discussion of the available options consult <xref
4846
+ linkend="runtime-config">.
4843
4847
</para>
4844
4848
</listitem>
4845
4849
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.206 2008/05/16 17:17:00 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.207 2008/06/01 16:23:08 tgl Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -2754,22 +2754,13 @@ $endif
2754
2754
2755
2755
<varlistentry>
2756
2756
<term><envar>PGDATABASE</envar></term>
2757
-
2758
- <listitem>
2759
- <para>
2760
- Default connection database
2761
- </para>
2762
- </listitem>
2763
- </varlistentry>
2764
-
2765
- <varlistentry>
2766
2757
<term><envar>PGHOST</envar></term>
2767
2758
<term><envar>PGPORT</envar></term>
2768
2759
<term><envar>PGUSER</envar></term>
2769
2760
2770
2761
<listitem>
2771
2762
<para>
2772
- Default connection parameters
2763
+ Default connection parameters (see <xref linkend="libpq-envars">).
2773
2764
</para>
2774
2765
</listitem>
2775
2766
</varlistentry>
You can’t perform that action at this time.
0 commit comments