diff --git a/reference/pgsql/functions/pg-query.xml b/reference/pgsql/functions/pg-query.xml index 7f889aefd9..ca7d37b10b 100644 --- a/reference/pgsql/functions/pg-query.xml +++ b/reference/pgsql/functions/pg-query.xml @@ -1,5 +1,5 @@ - + @@ -114,7 +114,7 @@ while ($row = pg_fetch_row($result)) { - Using pg_query() with multiple statements + Using <function>pg_query</function> with multiple statements