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

From Gaetano Mendola
Subject Re: BEGIN vs START TRANSACTION
Date
Msg-id 3F9CE4C3.2000609@bigfoot.com
Whole thread Raw
In response to Re: BEGIN vs START TRANSACTION  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Christopher Kings-Lynne wrote:>> I think because START TRANSACTION is SQL standard?   However, I thought>> BEGIN WORK
wasSQL standard, and we don't support READ ONLY there>> either --- hmmm.>>> BEGIN is no part of the SQL standard.  The
onlyway to begin a> transaction under the SQL standard is START TRANSACTION.
 

These IMHO means push people to not use BEGIN anymore.


Regards
Gaetano Mendola



pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: BEGIN vs START TRANSACTION
Next
From: Neil Conway
Date:
Subject: Re: Call for port reports