In article <[email protected]>,
Scott Marlowe <[email protected]> writes:

> Do you mean when the table was modified (i.e. alter table add column)
> or when the data in the table was changed?  If it's when the table was
> changed, the easiest way is to store that in the comment for the table
> whenever you alter it.

Highly interesting.  I put an "EXECUTE 'COMMENT ON TABLE ...'" into an
AFTER INSERT OR UPDATE OR DELETE trigger, and this indeed works.  Does
anyone see a drawback in modifying a table comment very often?


-- 
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to