diff --git a/reference/pgsql/functions/pg-query-params.xml b/reference/pgsql/functions/pg-query-params.xml index 1698bd07df..3a77a85df4 100644 --- a/reference/pgsql/functions/pg-query-params.xml +++ b/reference/pgsql/functions/pg-query-params.xml @@ -27,10 +27,12 @@ higher connections; it will fail when using earlier versions. - If parameters are used, they are referred to in the query - string as $1, $2, etc. params specifies the actual values of the - parameters. A &null; value in this array means the corresponding parameter is SQL - NULL. + If parameters are used, they are referred to in the + query string as $1, $2, etc. The same parameter may + appear more than once in the query; the same value + will be used in that case. params specifies the + actual values of the parameters. A &null; value in this array means the + corresponding parameter is SQL NULL. The primary advantage of pg_query_params over pg_query