Grzegorz K.

Results 3 issues of Grzegorz K.

When some tables reference each other through foreign keys it would be good to first issue `CREATE TABLE` statements and then, once all tables had been created, add any constraints/foreign...

If table and sequence both are owned by the same user then sequence should be assigned to table after owner was already set on table. Otherwise psql will complain that...

I extended tests and added `from-enum-type.sql`: ```psql CREATE TYPE public.feature_type AS ENUM ( 'val ''01''', 'val ''02''', 'val ''03''', 'val ''04''', 'val ''05''', 'val ''06''' ); ``` and also added...