Re: ALTER TYPE ... ADD VALUE issue - Mailing list pgsql-general

From Victor Yegorov
Subject Re: ALTER TYPE ... ADD VALUE issue
Date
Msg-id CAGnEbohZT7Yksc9KPyXG3QncP1oCJVVEXVn5y0-C48FDgAjntg@mail.gmail.com
Whole thread Raw
In response to Re: ALTER TYPE ... ADD VALUE issue  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: ALTER TYPE ... ADD VALUE issue  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
2014-10-20 21:43 GMT+03:00 Adrian Klaver <adrian.klaver@aklaver.com>:
With \set AUTOCOMMIT off the COMMIT ended one transaction block and started another.

I don't think `COMMIT` starts a new transaction block here,
as I can run `VACUUM` after it, and vacuum also cannot be run inside transaction block.


--
Victor Y. Yegorov

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: ALTER TYPE ... ADD VALUE issue
Next
From: Tom Lane
Date:
Subject: Re: ALTER TYPE ... ADD VALUE issue