David Fetter <[email protected]> writes:
> I've been trying out 9.5-to-be's PostgreSQL FDW, and I noticed that it
> doesn't seem to handle enum types.  Would this be a trivial fix?

No.  How would you know whether the remote side even has the enum,
let alone whether it has an identical set of members?  I don't see
that enums are noticeably easier than the general case of non-built-in
types ...

                        regards, tom lane


-- 
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to