sander Sat Mar 23 10:46:47 2002 EDT
Modified files:
/phpdoc/en/functions pgsql.xml
Log:
Fixed some grammar.
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.70 phpdoc/en/functions/pgsql.xml:1.71
--- phpdoc/en/functions/pgsql.xml:1.70 Mon Mar 4 06:44:19 2002
+++ phpdoc/en/functions/pgsql.xml Sat Mar 23 10:46:46 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.70 $ -->
+<!-- $Revision: 1.71 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@@ -1026,21 +1026,19 @@
</methodsynopsis>
<para>
<function>pg_last_notice</function> returns the last notice
- message from PostgreSQL server specified by
- <parameter>connection</parameter>. PostgreSQL server set notice
- message when transaction cannot be continued. There one can avoid
- issuing useless SQL using <function>pg_exec</function> using
- <function>pg_last_notice</function>. There are other cases that
- PostgreSQL server sets notice message. Programmer must check
- contents of notice message if it is related to transaction or
- not.
+ message from the PostgreSQL server specified by
+ <parameter>connection</parameter>. The PostgreSQL server sends notice
+ messages in several cases, e.g. if the transactions can't be continued.
+ With <function>pg_last_notice</function>, you can avoid issuing useless
+ queries, by checking whether the notice is related to the transaction
+ or not.
</para>
<warning>
<para>
This function is EXPERIMENTAL and it is not fully implemented
- yet. <function>pg_last_notice</function> is added form PHP
+ yet. <function>pg_last_notice</function> was added in PHP
4.0.6. However, PHP 4.0.6 has problem with notice message
- handling. Use of PostgreSQL module with PHP 4.0.6 is not
+ handling. Use of the PostgreSQL module with PHP 4.0.6 is not
recommended even if you are not using
<function>pg_last_notice</function>.
</para>