> But I do think it's worth it, even so ... not all client interfaces
> support prepared statements (notoriously PHP, although I understand KL
> has sent patches to fix that) and not all inserts are suitable for COPY.
There is now pg_prepare/pg_execute/pg_query_params in PHP, however you
could always have just used straight SQL PREPARE and EXECUTE commands.
Chris