I've been trying to get all the possible values of a column whose type is an array of enum (ENUM[]
) in Postgresql using a SQL request.
The usual method that uses the field data_type
from the table information_schema.columns
doesn't work as it only returns ARRAY
.