Postgresql前段时间获得了enum支持.
CREATE TYPE myenum AS ENUM ( 'value1', 'value2', );
如何通过查询获取枚举中指定的所有值?
postgresql enums
enums ×1
postgresql ×1