Re: [GENERAL] Selecting a daily puzzle record - which type of columnto add? - Mailing list pgsql-general

From Melvin Davidson
Subject Re: [GENERAL] Selecting a daily puzzle record - which type of columnto add?
Date
Msg-id CANu8FiweLz62ZA+kzA17PLpwLZgdmmEkGL=ou1jafYtuxdi1tQ@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Selecting a daily puzzle record - which type of columnto add?  (Ron Johnson <ron.l.johnson@cox.net>)
Responses Re: [GENERAL] Selecting a daily puzzle record - which type of columnto add?
List pgsql-general


On Mon, Sep 18, 2017 at 9:30 AM, Ron Johnson <ron.l.johnson@cox.net> wrote:
On 09/18/2017 08:17 AM, Melvin Davidson wrote:
[snip]
I don't have any specific suggestion for an additional column, other than Berend's idea. However, I strongly advise against the use
of ENUM's. They can create a major problem in the event one needs to be removed.

Because it will internally renumber them?

-- 
World Peace Through Nuclear Pacification

>Because it will internally renumber them?
No, because while there is a facility to ADD a value to an enum, there is none to delete/drop a value.


--
Melvin Davidson
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: [GENERAL] Selecting a daily puzzle record - which type of columnto add?
Next
From: "Jehan-Guillaume (ioguix) de Rorthais"
Date:
Subject: Re: [GENERAL] looking for a globally unique row ID