"Jason E. Stewart" <jason(at)openinformatics(dot)com> writes:
> BTW, is there some other way to have all rows in a table automatically
> timestamped? That would satisfy 99% of what I need.
Sure; set up a BEFORE INSERT OR UPDATE trigger to assign to a timestamp
column.
regards, tom lane