> "Dave Cramer" <[EMAIL PROTECTED]> 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). And in addition there is no row version in SQL in general. So I have the question whether it is actually intended to solve updateable result sets with proprietary row versions, or whether someone implemented it that way to optimize concurrent access for another db system, that blocks readers ? Andreas ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster