Re: [PATCH] Alter or rename enum value - Mailing list pgsql-hackers

From Emre Hasegeli
Subject Re: [PATCH] Alter or rename enum value
Date
Msg-id CAE2gYzzn-R2kZ2tkg0xRfsZUhfgc=qwStj7ZZeoHO6iTaSMOOg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Alter or rename enum value  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
> Why not just disallow dropping a value that's still in use? That's certainly
> what I would prefer to happen by default...

Of course, we should disallow it.  That problem is what to do next.
We cannot just remove the value, because it might still be referenced
from the inner nodes of the indexes.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: WAL consistency check facility
Next
From: Mark Kirkwood
Date:
Subject: Re: Write Ahead Logging for Hash Indexes