Re: Speeding up the Postgres lexer

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Speeding up the Postgres lexer
Date: 2005-05-24 01:50:07
Message-ID: 4292884F.5030000@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-05-24 01:53:39 Re: Deadlocks in 7.4.x ...
Previous Message Christopher Kings-Lynne 2005-05-24 01:47:57 Re: Speeding up the Postgres lexer