Re: [HACKERS] AutoCommit GUC breaks CLI tools...

2002-09-01 Thread Bruce Momjian
How about adding 'set autocommit=on' to the top of each script? --- Sean Chittenden wrote: -- Start of PGP signed section. > This is pretty chump and easy to get around, but it took me a sec to > figure this out. Anyway, t

Re: [HACKERS] AutoCommit GUC breaks CLI tools...

2002-09-01 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > This is pretty chump and easy to get around, but it took me a sec to > figure this out. Anyway, the short and skinny being that with the new > AutoCommit GUC turned off, create(lang|db) won't work until you bail > out of the transaction. A quick hack

[HACKERS] AutoCommit GUC breaks CLI tools...

2002-08-31 Thread Sean Chittenden
This is pretty chump and easy to get around, but it took me a sec to figure this out. Anyway, the short and skinny being that with the new AutoCommit GUC turned off, create(lang|db) won't work until you bail out of the transaction. A quick hack would be to insert an "ABORT;" in each of the CLI t