pgquarrel icon indicating copy to clipboard operation
pgquarrel copied to clipboard

Assign sequence to table after setting table owner

Open grzegorzk opened this issue 5 years ago • 0 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.

grzegorzk avatar Jun 26 '19 15:06 grzegorzk