diff --git a/reference/pgsql/functions/pg-fetch-all.xml b/reference/pgsql/functions/pg-fetch-all.xml index 3a32d73dc3..f7d4175c85 100644 --- a/reference/pgsql/functions/pg-fetch-all.xml +++ b/reference/pgsql/functions/pg-fetch-all.xml @@ -1,22 +1,21 @@ - + pg_fetch_all - Fetch a row as an array + Fetch all rows from a result as an array Description arraypg_fetch_all resourceresult - introw pg_fetch_all returns an array that - contains all row (tuples/records) in result resource. It returns - &false;, if there are no more rows. + contains all rows (tuples/records) in result resource. It returns + &false;, if there are no rows. See also pg_fetch_row, @@ -26,7 +25,7 @@ - PostgreSQL fetch array + PostgreSQL fetch all