Re: Read Committed Transaction Isolation and SELECT ... UNION ... SELECT - Mailing list pgsql-general

From Eric Ridge
Subject Re: Read Committed Transaction Isolation and SELECT ... UNION ... SELECT
Date
Msg-id AANLkTikjs9vLDEx81VSNNGt8EJTRAPN4wsKh_Aa-3QB5@mail.gmail.com
Whole thread Raw
In response to Re: Read Committed Transaction Isolation and SELECT ... UNION ... SELECT  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Tue, Aug 10, 2010 at 6:46 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> That's just one SELECT command.  Sub-SELECTs inside a query don't
> count as separate commands for this purpose; the use of SELECT in
> that way is just an artifact of the SQL grammar.

Thanks.  That's what I figured, but wanted to make sure.

eric

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: pl/pgsql editor and postgres developemnt tool
Next
From: Jay Flattery
Date:
Subject: Re: fork() and dynamically loaded c functions....