Re: SET AUTOCOMMIT OFF

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thierry Missimilly <THIERRY(dot)MISSIMILLY(at)BULL(dot)NET>
Cc: postgres general <pgsql-general(at)postgresql(dot)org>
Subject: Re: SET AUTOCOMMIT OFF
Date: 2003-11-05 15:20:34
Message-ID: 2104.1068045634@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thierry Missimilly <THIERRY(dot)MISSIMILLY(at)BULL(dot)NET> writes:
> I have got an error with PostgreSQL-7.4Beta4 :
> ERROR SET AUTOCOMMIT TO OFF is no longer supported
> I used these option to load huge Database as i can save time with it. Is
> there an other option in PG 7.4 to do the same ?

psql has a \set command for it. See the release notes.

BTW, if you are going to load any huge databases I'd suggest updating to
beta5 or RC1 first. We forced an initdb between beta4 and beta5 IIRC.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Glaesemann 2003-11-05 15:50:06 Re: Help on update that subselects other records in table, uses joins
Previous Message Tom Lane 2003-11-05 14:59:10 Re: PostgreSQL v7.4 Release Candidate 1