Re: Current enums patch
От | Tom Lane |
---|---|
Тема | Re: Current enums patch |
Дата | |
Msg-id | 10182.1175379630@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Current enums patch (Andrew Dunstan <andrew@dunslane.net>) |
Ответы |
Re: Current enums patch
Re: Current enums patch |
Список | pgsql-patches |
Andrew Dunstan <andrew@dunslane.net> writes: > Tom Lane wrote: >> Is there a specific reason for >> pg_enum.enumname to be type name and not type text? > IIRC at one stage Tom wanted to try to make these identifiers, but that > was quickly abandoned. This might be a hangover from that. Actually I think I see the reason: it's a bit of a pain in the neck to use the syscache mechanism with text-type lookup keys. I'm not 100% convinced that we really need to have syscaches on pg_enum, but if those stay then it's probably not worth the trouble to avoid the limitation. regards, tom lane
В списке pgsql-patches по дате отправления: