Re: SQL Functions and plan time

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL Functions and plan time
Дата
Msg-id 22822.1057643615@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SQL Functions and plan time  (nolan@celery.tssi.com)
Список pgsql-general
nolan@celery.tssi.com writes:
> Several weeks ago I posted a note about a plpgsql function that fails
> if an index that existed when it was created is subsequently dropped.

No surprise...

> Would a cross-query plan cache for SQL functions create similar problems?

Yeah.  We need to think about a mechanism for invalidating plans before
we go too much further down the road of caching plans.

            regards, tom lane

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

Предыдущее
От: nolan@celery.tssi.com
Дата:
Сообщение: Re: SQL Functions and plan time
Следующее
От: "adivi"
Дата:
Сообщение: Fw: application compatibility with Oracle