Re: [HACKERS] SQL statements: begin and end

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Zeugswetter Andreas SEV <ZeugswetterA(at)wien(dot)spardat(dot)at>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>, "'Bruce Momjian'" <maillist(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: [HACKERS] SQL statements: begin and end
Date: 1999-11-23 15:36:29
Message-ID: 6308.943371389@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> writes:
> I'm pretty sure that Andrea's biggest objection was to the acceptance
> and use of END, which has no connection in official SQL to transaction
> completion but only to block delimiting for cursor loops. It is almost
> certainly a holdover from PostQuel.

> Any thoughts on whether AZ's suggestion for dropping END in this
> context should be done for 7.0? We certainly could make an effort to
> at least purge it from our examples in the docs...

Even AZ wasn't suggesting dropping it for 7.0!

We ought to check what other RDMSs are doing in this area before making
any decisions. The fact that we've got so many ways to spell "BEGIN"
suggests to me that some of them were tacked on for compatibility with
other products...

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SEV 1999-11-23 15:42:29 AW: [HACKERS] SQL statements: begin and end
Previous Message Don Baccus 1999-11-23 15:29:12 Re: [HACKERS] SQL statements: begin and end