Re: 'DROP INDEX' kills stored rpocedures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 'DROP INDEX' kills stored rpocedures
Дата
Msg-id 12209.1049397442@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 'DROP INDEX' kills stored rpocedures  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
Vlad Krupin <vlad@echospace.com> writes:
> So, if I first re-create indexes and then do a 'VACUUM ANALYZE' on the
> table where those indexes were dropped, it should discard the old cached
> plans and create a new one, right?

All you need do is start a new database session --- plans are never
cached for longer than the life of one backend process.

            regards, tom lane


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

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: Suggestion
Следующее
От: Network Administrator
Дата:
Сообщение: Multiple References on one Foreign Key