Is there an issue way to view the possible enum values for a custom type in PGAdmin3? Or is my only real option to run a query like:
select enum_range(null::MyCustomTypeT) Thanks! -Sean
Is there an issue way to view the possible enum values for a custom type in PGAdmin3? Or is my only real option to run a query like:
select enum_range(null::MyCustomTypeT) Thanks! -Sean