Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-02 | Check length of enum literals on definition and input to make sure they will ↵ | Andrew Dunstan | |
fit in a name field and not cause syscache errors. | |||
2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane | |
pg_type.typtype whereever practical. Tom Dunstan, with some kibitzing from Tom Lane. |