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

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org, Simon Riggs <simon(at)2ndquadrant(dot)com>
Subject: Re: pgsql: Add psql option: -1 or --single-transaction
Date: 2006-02-14 01:46:24
Message-ID: 43F13670.9090609@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-14 02:03:44 pgsql: Document that xact commit/abort stats are collected if any stat
Previous Message Tom Lane 2006-02-13 22:33:57 pgsql: Add positive defense against trying to connect when the