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
Re: pgsql: Add psql option: -1 or
Re: pgsql: Add psql option: -1 or
Список 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 по дате отправления: