Re: postgres ODBC problem with view

Reizinger Zoltán <[email protected]> Tue, 12 Oct 2010 07:24:10 +0200
Newsgroups gmane.comp.openoffice.dba.devel
Message-ID <[email protected]>
  2010.10.11. 21:26 keltezéssel, Frank Schönheit írta:
> Hi Josh,
>
>> If so, that's rather problematic.  The CTID is a physical pointer ID,
>> and as such can change out from under a current session if there are
>> concurrent updates.  Using the CTID to grab rows could result in errors
>> or even seeing expired data.
> Which means SCOPE would be something other than bestRowSession - and the
> bug on OOo side would be to use CTID for the given purpose nonetheless.
>
> @Zoltan: Care to submit an issue?
Done: http://qa.openoffice.org/issues/show_bug.cgi?id=115024
Zoltan
> Ciao
> Frank