Re: Speeding up the Postgres lexer

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Speeding up the Postgres lexer
Дата
Msg-id 4292884F.5030000@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Speeding up the Postgres lexer  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Speeding up the Postgres lexer
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Deadlocks in 7.4.x ...