From b323b5e04bc71352b29ca6c1919e8880728a6b31 Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Fri, 15 Oct 2021 12:40:01 +0000 Subject: [PATCH] typo --- reference/pgsql/functions/pg-fetch-all.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pgsql/functions/pg-fetch-all.xml b/reference/pgsql/functions/pg-fetch-all.xml index 7e2a18b17c..e1952e3f2d 100644 --- a/reference/pgsql/functions/pg-fetch-all.xml +++ b/reference/pgsql/functions/pg-fetch-all.xml @@ -44,7 +44,7 @@ mode is a constant and can take the following values: PGSQL_ASSOC, PGSQL_NUM and PGSQL_BOTH. - Using PGSQL_NUM, pg_fetch_array + Using PGSQL_NUM, pg_fetch_all will return an array with numerical indices, using PGSQL_ASSOC it will return only associative indices while PGSQL_BOTH, the default, will return both