mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
Place statement_timeout in proper order in docs, from Bruno Wolff III.
This commit is contained in:
parent
813d9960d2
commit
27330595d3
2 changed files with 44 additions and 883 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.180 2003/05/15 15:50:18 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.181 2003/05/23 16:34:36 momjian Exp $
|
||||
-->
|
||||
|
||||
<Chapter Id="runtime">
|
||||
|
|
@ -1858,16 +1858,6 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>STATEMENT_TIMEOUT</varname> (<type>integer</type>)</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Aborts any statement that takes over the specified number of
|
||||
milliseconds. A value of zero turns off the timer.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>SHARED_BUFFERS</varname> (<type>integer</type>)</term>
|
||||
<listitem>
|
||||
|
|
@ -1958,6 +1948,16 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>STATEMENT_TIMEOUT</varname> (<type>integer</type>)</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Aborts any statement that takes over the specified number of
|
||||
milliseconds. A value of zero turns off the timer.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>SUPERUSER_RESERVED_CONNECTIONS</varname>
|
||||
(<type>integer</type>)</term>
|
||||
|
|
|
|||
Loading…
Reference in a new issue