Re: postgresql commit.

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql commit.
Date: 2012-03-27 04:34:55
Message-ID: 20120327043447.GA11316@crankycanuck.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 26, 2012 at 06:22:20PM -0700, leaf_yxj 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?

Did you actually start a transaction (i.e. issue BEGIN)? If not, your
statement COMMITs automatically.

Also, you might want to note the remark on the PostgreSQL security
pages: "Please note that versions prior to 8.3 are no longer supported
and vulnerabilities for these versions may not be included in this
list. New vulnerabilities in these versions are no longer patched."
See http://www.postgresql.org/support/security/. I'd plan to upgrade
soon.

Best,

A

--
Andrew Sullivan
ajs(at)crankycanuck(dot)ca

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eduardo Morras 2012-03-27 08:15:21 Re: Backing up through a database connection (not pg_dump)
Previous Message Chris Travers 2012-03-27 02:33:34 Re: postgresql commit.