On Mon, Mar 26, 2012 at 6:22 PM, leaf_yxj <leaf_yxj@163.com> wrote:
> Oracle database, the other user can't see the uncommited data, for
> postgresql 8.2 , it looks like once you issue insert , the other user will
> automatically see new record. was it wrong? I am pretty new to postgresql?
Most likely you are committing somewhere. Maybe you are doing this in
psql and autocommit is turned on in the front end?
Best Wishes,
Chris Travers