savepoint name vs prepared transaction name

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема savepoint name vs prepared transaction name
Дата
Msg-id 2f4958ff0910160355s5d157887x6393b77b815cb8d4@mail.gmail.com
обсуждение исходный текст
Ответы Re: savepoint name vs prepared transaction name
Список pgsql-general
Is there any reason, why I can't put quotes around name of savepoint, but I have/can do this for prepare transaction ?

Ie:
SAVEPOINT 'foo'; --- doesn't work
SAVEPOINT foo; --- all grand

PREPARE TRANSACTION 'foo'; --- grand
PREPARE TRANSACTION foo; refuses to work.

It is quite confusing, I feel like some consistency would be nice here.


--
GJ

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

Предыдущее
От: Arnaud Lesauvage
Дата:
Сообщение: Re: pgsql2shp : Encoding headache
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Wrong estimation of rows for hash join