[EMAIL PROTECTED] wrote:

I don't know much about DBI/DBD but I know sqlgrey uses a lot of
prepare/prepare_cached statements.


You can inhibit DBD::Pg from using server side prepares if you need to, by executing:

 $dbh->{pg_server_prepare} = 0;

(as documented in the excellent DBD::Pg docs).

cheers

andrew

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to