u: daf db: daf # CREATE TYPE test_enum AS ENUM( 'one' 'two', 'three', 'four' );
maybe, some of you can help me to report it properly.
That is working per SQL standard. If you hadn't used newlines between the elements you would have gotten an error; but the newlines between literals is valid string literal syntax.