Re: pg_get_prepared?
От
Christopher Kings-Lynne
Тема
Re: pg_get_prepared?
Дата
Msg-id
42D8A084.1030700@familyhealth.com.au
Ответ на
Re: pg_get_prepared? (Greg Sabino Mullane)
Список
Дерево обсуждения
pg_get_prepared? Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: pg_get_prepared? Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_get_prepared? Neil Conway <neilc@samurai.com>
Re: pg_get_prepared? Volkan YAZICI <volkan.yazici@gmail.com>
Re: pg_get_prepared? Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: pg_get_prepared? Volkan YAZICI <volkan.yazici@gmail.com>
Re: pg_get_prepared? "Greg Sabino Mullane" <greg@turnstep.com>
Re: pg_get_prepared? Mario Weilguni <mweilguni@sime.com>
Re: pg_get_prepared? Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: pg_get_prepared? Kris Jurka <books@ejurka.com>
> This has been covered before, but to reiterate: why would you need this? > Any application worth its salt should be tracking which statements it > has already prepared (after all, they cannot span connections). Seems > a waste of resources to make a separate call to the database for > information you should already know. Erm, websites...use persistent connections...you have no idea if you're dealing with a new connection or a reused one, and if the statement is prepared or not. Chris
В списке pgsql-hackers по дате отправления