vincent Fri Oct 31 07:02:57 2003 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-get-notify.xml
Log:
Only fixing example
Index: phpdoc/en/reference/pgsql/functions/pg-get-notify.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-get-notify.xml:1.4
phpdoc/en/reference/pgsql/functions/pg-get-notify.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-get-notify.xml:1.4 Tue Sep 30 04:33:41
2003
+++ phpdoc/en/reference/pgsql/functions/pg-get-notify.xml Fri Oct 31 07:02:57
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.pg-get-notify">
<refnamediv>
<refname>pg_get_notify</refname>
@@ -36,7 +36,7 @@
}
// Listen 'author_updated' message from other processes
-pq_query($conn, 'LISTEN author_updated;');
+pg_query($conn, 'LISTEN author_updated;');
$notify = pg_get_notify($conn);
if (!$notify)
print("No messages\n");