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. + +