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

From Christopher Kings-Lynne
Subject Re: pgsql: Add psql option: -1 or --single-transaction
Date
Msg-id 43F13670.9090609@familyhealth.com.au
Whole thread Raw
In response to Re: pgsql: Add psql option: -1 or --single-transaction Simon Riggs  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Add psql option: -1 or --single-transaction Simon Riggs  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add positive defense against trying to connect when the
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that xact commit/abort stats are collected if any stat