From 1d3b2b20863beabc31cd9cc27e5e3949a0010c38 Mon Sep 17 00:00:00 2001 From: Cornelia Boenigk Date: Wed, 24 Apr 2002 00:18:22 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79677 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-connection-busy.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pgsql/functions/pg-connection-busy.xml b/reference/pgsql/functions/pg-connection-busy.xml index 1e2fc3e586..9a32e810ee 100644 --- a/reference/pgsql/functions/pg-connection-busy.xml +++ b/reference/pgsql/functions/pg-connection-busy.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ pg_connection_busy returns &true; if the - connection is busy. If it's is busy, a previous query is still executing. + connection is busy. If it is busy, a previous query is still executing. If pg_get_result is called, it will be blocked.