Re: SQL statements: begin and end

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: SQL statements: begin and end
Дата
Msg-id 199911231804.NAA06490@candle.pha.pa.us
обсуждение исходный текст
Ответ на SQL statements: begin and end  (Zeugswetter Andreas SEV <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> I see everybody using the following PostgreSQL statements:
> 
> "begin" instead of "begin work"
> "end" instead of "commit work"
> 
> This is really bad, because it is not standard, and can easily be taken for
> a statement block, which it is definitely not ! It is a transaction block.

> 
> I vote for issuing a NOTICE for these in V7 and remove them in V8,
> at least the single "end"

Not sure on this one.  Why not let them use it?

> 
> Bruce, please don't use "begin" and "end" in your book.

OK.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alessio Bragadini
Дата:
Сообщение: A bug or a feature?
Следующее
От: Zeugswetter Andreas SEV
Дата:
Сообщение: AW: AW: AW: [HACKERS] Getting OID in psql of recent insert