mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- The list of parameters queryable via pg_parameter_status() was somewhat outdated.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182956 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2799cec55e
commit
9d8b6795ba
1 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.pg-parameter-status">
|
||||
<refnamediv>
|
||||
<refname>pg_parameter_status</refname>
|
||||
|
@ -21,8 +21,13 @@
|
|||
failure.
|
||||
</para>
|
||||
<para>
|
||||
The parameters currently available include: server_version,
|
||||
client_encoding, is_superuser, session_authorization, and DateStyle.
|
||||
The parameters currently available include: <literal>server_version</literal>,
|
||||
<literal>server_encoding</literal>, <literal>client_encoding</literal>,
|
||||
<literal>is_superuser</literal>, <literal>session_authorization</literal>,
|
||||
<literal>DateStyle</literal>, <literal>TimeZone</literal>
|
||||
and <literal>integer_datetimes</literal>. (<literal>server_encoding</literal>,
|
||||
<literal>TimeZone</literal> and <literal>integer_datetimes</literal> were
|
||||
not reported before PostgreSQL 8.0.)
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue