cache in plpgsql

Поиск
Список
Период
Сортировка
От ivan
Тема cache in plpgsql
Дата
Msg-id Pine.LNX.4.56.0312302329590.5131@rex.anfa.pl
обсуждение исходный текст
Ответы Re: cache in plpgsql  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-hackers

as new know plpgsql has special cache which remember too long (event
non-existing tables (i mean old oid)) so i suggest to create same function
only in plpgsql which would clear this cache, or sth like this ?

for ie, where i drop table i would do plpgsql_clear_cache ();
and when i will create one more time table with this same name plpgsql
will not remeber wrong oid

possible ?



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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: [PATCHES] update i386 spinlock for hyperthreading
Следующее
От: Tom Lane
Дата:
Сообщение: Preventing stack-overflow crashes (improving on max_expr_depth)