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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add psql option: -1 or --single-transaction Simon Riggs
Дата
Msg-id 4502.1139864545@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Add psql option: -1 or --single-transaction Simon Riggs  (momjian@postgresql.org (Bruce Momjian))
Ответы Re: pgsql: Add psql option: -1 or --single-transaction  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: pgsql: Add psql option: -1 or  (Simon Riggs <simon@2ndquadrant.com>)
Re: pgsql: Add psql option: -1 or  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-committers
Isn't this patch emitting the BEGIN at the wrong place?

--
-- PostgreSQL database dump
--

SET client_encoding = 'SQL_ASCII';
SET check_function_bodies = false;
SET client_min_messages = warning;

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?

            regards, tom lane

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

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Link against LIBS var to make Python happy.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Improve documentation of --single-transaction option: fix markup,