From eb85a8bef155c4a943d6049723d3700b51ac5550 Mon Sep 17 00:00:00 2001 From: Anna Filina Date: Sat, 9 Jan 2021 12:29:17 -0500 Subject: [PATCH] Close bug #54863 by clarifying return values --- reference/pgsql/functions/pg-fetch-array.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/pgsql/functions/pg-fetch-array.xml b/reference/pgsql/functions/pg-fetch-array.xml index afbe37663878..b81f147b3f96 100644 --- a/reference/pgsql/functions/pg-fetch-array.xml +++ b/reference/pgsql/functions/pg-fetch-array.xml @@ -89,6 +89,7 @@ &false; is returned if row exceeds the number of rows in the set, there are no more rows, or on any other error. + Fetching from the result of a query other than SELECT will also return &false;.