up vote 0 down vote favorite
share [g+] share [fb]

Hi i want to use an enum in postgresql as an alternative to making a table, because the values my never change, but i want to be able to retrieve these values for an application that might check just in case they do, is there any way the query it to get the values?

link|improve this question

60% accept rate
Duplicate of stackoverflow.com/questions/1616123/… – Bill Karwin Nov 4 '09 at 22:48
feedback

1 Answer

up vote 0 down vote accepted

See the manual: Functions and Operators / Enum Support Functions You probably want the enum_range(...) function. Alternatively, you could look in the system catalogues: pg_enum

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.