Re: RE: Row Versioning, for jdbc updateable result sets

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Dave Cramer" <dave@fastcrypt.com>
Cc: "Henshall, Stuart - WCP" <SHenshall@westcountrypublications.co.uk>, pgsql-hackers@postgresql.org
Date: 2001-06-15T18:27:02Z
Lists: pgsql-hackers
"Dave Cramer" <dave@fastcrypt.com> writes:
> Can the version # of
> the row be made available to the client?

There is no "version # of the row" in postgres, unless you set up such a
thing for yourself (which could certainly be done, using triggers).

			regards, tom lane