Re: Vote on SET in aborted transaction

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Vote on SET in aborted transaction
Дата
Msg-id 3CC76F7C.26B88ABC@tpf.co.jp
обсуждение исходный текст
Ответ на Re: Vote on SET in aborted transaction  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Vote on SET in aborted transaction  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> 
> Hiroshi Inoue wrote:
> Hiroshi, we need a psql solution too.  People are feeding query files
> into psql all the time and we should have an appropriate behavior for
> them.

What are you expecting for psql e.g. the following
wrong(?) example ?
[The curren schema is schema1]       begin;       create schema foo;       set search_path = foo;       create table t1
(....);[error occurs]       commit;       insert into t1 select * from schema1.t1;
 

regards,
Hiroshi Inouehttp://w2422.nsk.ne.jp/~inoue/


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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Vote on SET in aborted transaction
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Vote on SET in aborted transaction