Minor fix

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76906 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yasuo Ohgaki 2002-04-07 06:01:32 +00:00
parent 8da406770d
commit bd651f9e6b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.76 $ -->
<!-- $Revision: 1.77 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@ -1125,11 +1125,11 @@ for ($i=0; $i < $num; $i++) {
</para>
</warning>
<para>
Notice message tracking can be set to optional setting 1 for
Notice message tracking can be set to optional by setting 1 for
<literal>pgsql.ignore_notice</literal> ini from PHP 4.3.0.
</para>
<para>
Notice message logging can be set to optional setting 0 for
Notice message logging can be set to optional by setting 0 for
<literal>pgsql.log_notice</literal> ini from PHP 4.3.0. Unless
<literal>pgsql.ignore_notice</literal> is set to 0, notice message
cannot be logged.