Re: psql + autocommit - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: psql + autocommit
Date
Msg-id 200409151949.11199.peter_e@gmx.net
Whole thread Raw
In response to Re: psql + autocommit  (John Sidney-Woollett <johnsw@wardbrook.com>)
Responses Re: psql + autocommit  (John Sidney-Woollett <johnsw@wardbrook.com>)
List pgsql-general
John Sidney-Woollett wrote:
> If a config switch was available for the build process that could
> preserve the "old" behavior - it wouldn't really pose a problem for
> existing users migrating their systems to v8 provided they set the
> switch appropriately.

Such a switch exists: you put \set AUTOCOMMIT in your psql configuration
file.  We don't put feature-altering switches in the build process if
we can help it.  Since most people use prebuilt binaries, such a switch
would be mostly useless at best.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-general by date:

Previous
From: John Sidney-Woollett
Date:
Subject: Re: psql + autocommit
Next
From: Peter Eisentraut
Date:
Subject: Re: division by zero issue