We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2692d32 commit 5a5a4caCopy full SHA for 5a5a4ca
doc/src/sgml/ref/set.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.37 2000/04/08 23:12:01 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.38 2000/04/11 03:49:04 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -378,6 +378,15 @@ SELECT setseed(<replaceable>value</replaceable>);
378
by the <command>SET</command> command:
379
380
<variablelist>
381
+ <varlistentry>
382
+ <term>pg_options</term>
383
+ <listitem>
384
+ <para>
385
+ Sets various backend parameters.
386
+ </para>
387
+ </listitem>
388
+ </varlistentry>
389
+
390
<varlistentry>
391
<term>RANDOM_PAGE_COST</term>
392
<listitem>
0 commit comments