From 08e7ab93c915c20158847999c635468518c09cd5 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Aug 2007 11:44:14 +0000 Subject: [PATCH] Aliased by pg_result (bug #42022) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241306 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-fetch-result.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/pgsql/functions/pg-fetch-result.xml b/reference/pgsql/functions/pg-fetch-result.xml index 80a69eb0b7..5c1af546d4 100644 --- a/reference/pgsql/functions/pg-fetch-result.xml +++ b/reference/pgsql/functions/pg-fetch-result.xml @@ -1,5 +1,5 @@ - + @@ -24,6 +24,11 @@ pg_fetch_result returns the value of a particular row and field (column) in a PostgreSQL result resource. + + + This function used to be called pg_result. + +