From b6079d60bb80b5ef645f12fb28f45545f7d28542 Mon Sep 17 00:00:00 2001 From: Dallas Wang Date: Fri, 28 Feb 2003 06:33:15 +0000 Subject: [PATCH] A typo fixed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118393 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-get-notify.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pgsql/functions/pg-get-notify.xml b/reference/pgsql/functions/pg-get-notify.xml index aa8d5c8792..2001712d23 100644 --- a/reference/pgsql/functions/pg-get-notify.xml +++ b/reference/pgsql/functions/pg-get-notify.xml @@ -1,5 +1,5 @@ - + pg_get_notify @@ -14,7 +14,7 @@ pg_get_notify gets notify message sent by - NOTIFY SQL command. To recieve nofigy + NOTIFY SQL command. To recieve notify messages, LISTEN SQL command must be issued. If there is notify message on the connection, array contains message name and backend PID is returned. If there is no