eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assign sequence to table after setting table owner

grzegorzk opened this issue · comments

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 sequence must be owned by the same user as table.