Re: pgsql: Add psql option: -1 or - Mailing list pgsql-committers

From Simon Riggs
Subject Re: pgsql: Add psql option: -1 or
Date
Msg-id 1139906128.1258.814.camel@localhost.localdomain
Whole thread Raw
In response to Re: pgsql: Add psql option: -1 or --single-transaction Simon Riggs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Mon, 2006-02-13 at 16:02 -0500, Tom Lane wrote:
> 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?

I'll move it then.

Best Regards, Simon Riggs


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: Add psql option: -1 or --single-transaction
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: pgsql: Add psql option: -1 or --single-transaction