Re: Speeding up the Postgres lexer - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Speeding up the Postgres lexer
Date
Msg-id 4292884F.5030000@familyhealth.com.au
Whole thread Raw
In response to Re: Speeding up the Postgres lexer  (Andrew Dunstan <andrew@dunslane.net>)
List 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


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Speeding up the Postgres lexer
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Deadlocks in 7.4.x ...