Re: pgsql: Add psql option: -1 or --single-transaction

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pgsql: Add psql option: -1 or --single-transaction
Дата
Msg-id 43F13670.9090609@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: pgsql: Add psql option: -1 or --single-transaction Simon Riggs  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Add psql option: -1 or --single-transaction Simon Riggs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> BEGIN;
>
> --
> -- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: postgres
> --
>
> COMMENT ON SCHEMA public IS 'Standard public schema';
>
> That's not what I would call guaranteeing that all the commands execute
> successfully.  What if the client encoding is unrecognized, for
> instance?

How does this interact with the begin/commit placed around LOB dumps?

Chris


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add positive defense against trying to connect when the
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document that xact commit/abort stats are collected if any stat