diff options
Diffstat (limited to 'doc/src/sgml/libpq.sgml')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 2eaa4da341b..be669715c08 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.155 2004/05/14 18:04:02 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.156 2004/06/03 00:07:35 momjian Exp $ --> <chapter id="libpq"> @@ -3582,6 +3582,24 @@ sets the default mode for the genetic query optimizer. (Equivalent to <literal>SET geqo TO ...</literal>.) </para> </listitem> +<listitem> +<para> +<indexterm> + <primary><envar>PGETC</envar></primary> +</indexterm> +<envar>PGETC</envar> +sets the directory containing the <filename>pg_service.conf</> file. +</para> +</listitem> +<listitem> +<para> +<indexterm> + <primary><envar>PGLOCALE</envar></primary> +</indexterm> +<envar>PGLOCALE</envar> +sets the directory containing the <literal>locale</> files. +</para> +</listitem> </itemizedlist> Refer to the <acronym>SQL</acronym> command <command>SET</command> |