Way to quickly detect if database tables/columns/etc. were modified?

Поиск
Список
Период
Сортировка
От Evan Martin
Тема Way to quickly detect if database tables/columns/etc. were modified?
Дата
Msg-id e8a5fea5-f671-8520-215b-4d81e99d0f97@realityexists.net
обсуждение исходный текст
Ответы Re: Way to quickly detect if database tables/columns/etc. were modified?  (Alban Hertroys <haramrae@gmail.com>)
Re: Way to quickly detect if database tables/columns/etc. were modified?  (John DeSoi <desoi@pgedit.com>)
Список pgsql-general
If I have a query that reads from system tables like pg_class,
pg_namespace, pg_attribute, pg_type, etc. and I'd like to cache the
results in my application is there any fast way to detect when any
changes have been made to these system catalogs? I don't  need to know
exactly what has changed. Some kind of a global "database version" would
do, just so I know that I need to invalidate my cache (the database
definition is rarely modified in practice).



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

Предыдущее
От: Kiran
Дата:
Сообщение: Rows are repeating by the trigger function
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Rows are repeating by the trigger function