Re: BEGIN vs START TRANSACTION - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: BEGIN vs START TRANSACTION
Date
Msg-id 3F9C8DEC.4030009@familyhealth.com.au
Whole thread Raw
In response to Re: BEGIN vs START TRANSACTION  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: BEGIN vs START TRANSACTION
List pgsql-hackers
> I think because START TRANSACTION is SQL standard?   However, I thought
> BEGIN WORK was SQL standard, and we don't support READ ONLY there
> either --- hmmm.

BEGIN is no part of the SQL standard.  The only way to begin a 
transaction under the SQL standard is START TRANSACTION.

Chris




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BEGIN vs START TRANSACTION
Next
From: Tom Lane
Date:
Subject: Re: regression failure with current