Re: SQL Functions vs PL/PgSQL

Поиск
Список
Период
Сортировка
От Tomasz Myrta
Тема Re: SQL Functions vs PL/PgSQL
Дата
Msg-id 3E4B639F.1090703@klaster.net
обсуждение исходный текст
Ответ на SQL Functions vs PL/PgSQL  ("Johnny Kristensen" <johnnybo1@mail.tele.dk>)
Список pgsql-sql
Johnny Kristensen wrote:
> Hi!
> Does postgres store execution plan's for user-defined SQL functions as 
> the PL/pgSQL interpreter does. And if so - will this only be prepared 
> after an initial call to the function? Can't seem to find this 
> information in the docs!?
> Thanks,
> Johnny Kristensen
You need Postgresql 7.3 to do this. Check sql function "PREPARE".
Regards,
Tomasz Myrta




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

Предыдущее
От: Nicholas Allen
Дата:
Сообщение: Re: Possible bug in Postgres? Followup to "How do you select from a table until a condition is met?"
Следующее
От: Peter Childs
Дата:
Сообщение: Re: Possible bug in Postgres? Followup to "How do you select