how an app can know when a table is altered ?

Поиск
Список
Период
Сортировка
От valter m
Тема how an app can know when a table is altered ?
Дата
Msg-id 20000613003206.37735.qmail@hotmail.com
обсуждение исходный текст
Список pgsql-hackers
i'm developing a framework (mod_perl+apache) that reads the db-schema and 
automatically explode html forms.

now i read the schema and cache it into perl-hashes to speedup things.

my problem is to recognize when a table is altered so that the framework can 
update the related forms connected to the db tables.
i don't want to read the schema every time (now i must restart apache, and i 
don't want to restart ...)

It's possible? How can i implement this ?

Thank you,

valter
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



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

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: ALTER TABLE DROP COLUMN
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Notice in logg file