Re: Select For Update and Left Outer Join - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Select For Update and Left Outer Join
Date
Msg-id 4E1B039B020000250003F1DD@gw.wicourts.gov
Whole thread Raw
In response to Re: Select For Update and Left Outer Join  (Florian Pflug <fgp@phlo.org>)
List pgsql-hackers
Florian Pflug <fgp@phlo.org> wrote:
> Yeah MS-SQL really isn't the idea target for comparison here. You
> can override pretty much any lock that MS-SQL takes with a
> stronger or weaker one from what I've seen. I wouldn't be at all
> surprised if you could convince it to work either way by putting
> some (probably rather obscure) incantations into your SQL
> statements.
I was thinking of some of the ALTER DATABASE SET options, like
COMPATIBILITY_LEVEL or ALLOW_SNAPSHOT_ISOLATION, but you have a
point about what overrides can be used at the statement level, too.
-Kevin


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Select For Update and Left Outer Join
Next
From: "David Johnston"
Date:
Subject: Re: [GENERAL] Creating temp tables inside read only transactions