On Mon, Oct 27, 2008 at 4:02 PM, Bill Thoen <bthoen(at)gisnet(dot)com> wrote:
> Is there a way to find when data in a postgresql table was last changed?
what do you mean by changed? Data updated? schema changed?
PostgreSQL provides neither by default really. You could set up an
update trigger to handle the issue of data being changed.