Re: Prepared statements considered harmful

Поиск
Список
Период
Сортировка
От Lukas Kahwe Smith
Тема Re: Prepared statements considered harmful
Дата
Msg-id 44F70E77.5050403@pooteeweet.org
обсуждение исходный текст
Ответ на Re: Prepared statements considered harmful  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: Prepared statements considered harmful
Re: Prepared statements considered harmful
Список pgsql-hackers
Martijn van Oosterhout wrote:
> On Thu, Aug 31, 2006 at 11:27:18AM -0400, Tom Lane wrote:
>>> I'd wish that we reconsider when and how prepared statements are used.  The 
>>> JDBC interface and PL/pgSQL are frequently noticed perpetrators, but the 
>>> problem is really all over the place.
>> AFAIK those are the only two places where preparation is the default
>> ... what else were you thinking of?
> 
> Perl DBI (DBD::Pg) defaults to prepared plans when connecting to a
> version 8.0 or higher server.
> 
> Or at least, that's the way I read the documentation.

AFAIK this is also the case for PHP PDO extension, which is bundled 
since PHP 5.1.

regards,
Lukas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Prepared statements considered harmful
Следующее
От: Lukas Kahwe Smith
Дата:
Сообщение: Re: Prepared statements considered harmful