Re: partial index on system indexes?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: partial index on system indexes?
Дата
Msg-id 11477.1027523149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: partial index on system indexes?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> Once I thought of a conversion lookup cache, but it seems impossible
> to implent it since the cache needs to be invalidated when the schema
> search path is changed.

On the contrary, that seems very easy to do.  There is a hook to let you
get control whenever a syscache inval event is received.  Look at the
way that namespace.c arranges to invalidate its cache of the search
path OIDs whenever pg_namespace is modified.
        regards, tom lane


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: partial index on system indexes?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CREATE SYNONYM suggestions