adding some <filename> tags

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71806 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-03-04 11:44:19 +00:00
parent c83dffdcca
commit 6e984af0c5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.69 $ -->
<!-- $Revision: 1.70 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@ -80,9 +80,9 @@ pg_loexport pg_lo_export
&quot;--with-pgsql[=DIR]&quot; is required when you compile
PHP. If shared object module is available, PostgreSQL module may
be loaded using <link linkend="ini.extension">extension</link>
directive in php.ini or <function>dl</function>
function. Supported ini directives are described in php.ini-dist
file which comes with source distribution.
directive in <filename>php.ini</filename> or <function>dl</function>
function. Supported ini directives are described in
<filename>php.ini-dist</filename> file which comes with source distribution.
</para>
<para>
Not all functions are supported by all builds. It depends on your
@ -1484,13 +1484,13 @@ $dbconn4 = pg_connect ($conn_string);
<para>
To enable persistent connection, <link
linkend="ini.pgsql.allow-persistent">pgsql.allow_persistent</link>
php.ini directive must be set to &quot;On&quot;. (Default is On)
<filename>php.ini</filename> directive must be set to &quot;On&quot;. (Default is On)
Max number of persistent connection can be defined by <link
linkend="ini.pgsql.max-persistent">pgsql.max_persistent</link>
php.ini directive. (Default is -1 which is no limit) Total number
<filename>php.ini</filename> directive. (Default is -1 which is no limit) Total number
of connection can be set by <link
linkend="ini.pgsql.max-links">pgsql.max_links</link> php.ini
directive.
linkend="ini.pgsql.max-links">pgsql.max_links</link>
<filename>php.ini</filename> directive.
</para>
<para>
<function>pg_close</function> will not close persistent links