[pgadmin-support] Fwd: [NOVICE] Autocommit in Postgresql

2005-05-12 Thread Vitaly Belman
Anyone has an idea? On the subject? -- Forwarded message -- From: Tom Lane <[EMAIL PROTECTED]> Date: May 12, 2005 5:43 PM Subject: Re: [NOVICE] Autocommit in Postgresql To: Vitaly Belman <[EMAIL PROTECTED]> Cc: Olivier Thauvin <[EMAIL PROTECTED]>, Postgresql Novice <[EMAIL PROTECTE

Re: [pgadmin-support] Fwd: [NOVICE] Autocommit in Postgresql

2005-05-12 Thread Andreas Pflug
Vitaly Belman wrote: That's the problem... Is there a way to make it implicitly open a transaction? For example now in pgAdmin when I play with SQLs I have to do begin and rollback constant because whenever a query fails it refuses to do anything at all until I "rollback", and then of course I hav