How do you detect row version changes in PostgreSQL? - Mailing list pgsql-sql

From Craig Manley
Subject How do you detect row version changes in PostgreSQL?
Date
Msg-id OE7Fsxf4yp8ARf3sllN00000660@hotmail.com
Whole thread Raw
Responses Re: How do you detect row version changes in PostgreSQL?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Hi all,
Some databases have a hidden field that contains a row version key.
Everytime an update is performed on a row the value of the version field
changes. Does PostgreSQL have a similar hidden field? If not then I guess
using a before update trigger that modifies a user defined field will
provide an alternative solution.
Greetings,
Craig Manley.


pgsql-sql by date:

Previous
From: "Stuart Foster"
Date:
Subject: Test
Next
From: Andreas Tille
Date:
Subject: Re: Argument variables for select