Re: BUG #17271: Updating enum columns type fails when constraints exist

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: BUG #17271: Updating enum columns type fails when constraints exist
Дата
Msg-id CAKFQuwbCVs4Bb4U2Hbgi-1z6uTDHUh8qoW5vr+QmKSaJkEaFZg@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #17271: Updating enum columns type fails when constraints exist  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #17271: Updating enum columns type fails when constraints exist  (Amaury Dumoulin <amaury@castordoc.com>)
Список pgsql-bugs
On Thu, Nov 4, 2021 at 6:54 AM PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      17271
Logged by:          Amaury Dumoulin
Email address:      amaury@castordoc.com
PostgreSQL version: 12.8
Operating system:   alpine 3.14 on docker (host macOs 11.6)
Description:       


Any particular reason you didn't just use:

ALTER TYPE name ADD VALUE [ IF NOT EXISTS ] new_enum_value [ { BEFORE | AFTER } neighbor_enum_value ]

David J.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #17271: Updating enum columns type fails when constraints exist
Следующее
От: Amaury Dumoulin
Дата:
Сообщение: Re: BUG #17271: Updating enum columns type fails when constraints exist