Could someone help me find the equivalent of Timestamp/Rowversion (SQL Server) with PostgreSQL?
I'm using NHibernate on Mono (UNIX).
I think that Timestamp (PostgreSQL) is the equivalent of Datetime (SQL Server) - it's not what I'm looking for.
Edit 1: For those who don't know what is a Timestamp/Rowversion in SQL Server: http://msdn.microsoft.com/en-us/library/ms182776.aspx (It is mostly used for optimistic concurrency)