native_enum icon indicating copy to clipboard operation
native_enum copied to clipboard

PostgreSQL support

Open iangreenleaf opened this issue 14 years ago • 1 comments

Add code for this adapter.

Looks like PostgreSQL has support for ENUM types, not sure about SET.

iangreenleaf avatar Sep 20 '11 22:09 iangreenleaf

I know it's been a really long time, but for anyone looking for this for enum support for Postgres, there's activerecord-postgres_enum just for the enum part, not sure if there are alternatives for SET.

obahareth avatar Jan 08 '20 07:01 obahareth