On a LInux 64 biut system: $ psql psql (9.1.0) Type "help" for help.
gavin=> DROP TYPE raindow; ERROR: type "raindow" does not existgavin=> CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple');
ERROR: type "rainbow" already exists gavin=> -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs