Subject: | Better prepare docs |
(See CPAN bug #12978)
Write better documentation about the case in which we are using
server-side prepares and send the placeholder query directly to the
backend, but it does not have enough information to tell what type one
of the placeholders is. Example: "SELECT $1"
Workarounds include setting $dbh->{pg_server_prepare} to 0 and
rewriting the query as "SELECT $1::text"