Re: automatic restore point - Mailing list pgsql-hackers

From Rui DeSousa
Subject Re: automatic restore point
Date
Msg-id 0FF13FF7-C81F-43D0-B262-4D422E5D857B@crazybean.net
Whole thread Raw
In response to Re: automatic restore point  (Isaac Morland <isaac.morland@gmail.com>)
Responses Re: automatic restore point
List pgsql-hackers
Why not use auto commit off in the session or .psqlrc file or begin and then use rollback?  \set AUTOCOMMIT off

What would be nice is if a syntax error didn’t abort the transaction when auto commit is off — being a bad typist.







pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Few cosmetic suggestions for commit 16828d5c (Fast Alter TableAdd Column...)
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Problem while updating a foreign table pointing to apartitioned table on foreign server