"blackwater dev" <[EMAIL PROTECTED]> writes: > Is there a datatype in postgres that will automatically update the date when > the row is updated?
No, and it's conceptually impossible to make that happen at the datatype
level. Use a trigger.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
