Re: Table versions

Rod Taylor <rbt@rbt.ca>

From: Rod Taylor <rbt@rbt.ca>
To: Stef <svb@ucs.co.za>
Cc: pgsql-admin@postgresql.org, pgsql-sql@postgresql.org
Date: 2003-10-29T13:50:58Z
Lists: pgsql-sql
> What I did next, is put a trigger on pg_attribute that should, in theory,
> on insert and update, fire up a function that will increment a version

System tables do not use the same process for row insertion / updates as
the rest of the system. You're trigger will rarely be fired.