"blackwater dev" <blackwaterdev(at)gmail(dot)com> 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