Re: prepared statements & functions

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: prepared statements & functions
Дата
Msg-id CAHyXU0y6g6q4nm_mL-qpLr3WpaBpA+RbZQ0j6txJjYhC3=zi-g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: prepared statements & functions  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список pgsql-novice
On Mon, Dec 5, 2011 at 11:16 AM, Andreas Kretschmer
<akretschmer@spamfence.net> wrote:
> Jean-Yves F. Barbier <12ukwn@gmail.com> wrote:
>
>> On Sun, 4 Dec 2011 09:38:40 +0100
>> Andreas Kretschmer <akretschmer@spamfence.net> wrote:
>>
>> > > AFAI understand prepared statements they can accelerate
>> > > repetitive queries very much - but is it possible to
>> > > prepare them from within a function (let say when the user
>> > > connects), and if so, will they be erased as soon as the
>> > > user disconnects?
>> >
>> > We haven't TRIGGERs for events like 'USER LOGGED IN' or so ...
>>
>> That was not my thinking; it was more like:
>> user connects
>> user calls the function
>> function creates prepared statements
>> user call other fun that uses these prepared statements
>
> Okay, i think, that should be possible.

also, prepared statements are deallocated automatically when the
connection drops.

merlin

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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: prepared statements & functions
Следующее
От: "Lukas"
Дата:
Сообщение: Setting bigger OS cache on Windows server