SQL statements: begin and end

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SEV
Тема SQL statements: begin and end
Дата
Msg-id 219F68D65015D011A8E000006F8590C603FDC184@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: [HACKERS] SQL statements: begin and end  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Re: [HACKERS] SQL statements: begin and end  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: SQL statements: begin and end  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
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"

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

Andreas


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: AW: [HACKERS] Getting OID in psql of recent insert
Следующее
От: Zeugswetter Andreas SEV
Дата:
Сообщение: AW: AW: [HACKERS] Getting OID in psql of recent insert