eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)
BSD 3-Clause "New" or "Revised" License
388 stars 42 forks source link

alter view column properties #17

Open eulerto opened 8 years ago

eulerto commented 8 years ago

Add support for:

ALTER VIEW foo ALTER COLUMN bar SET DEFAULT 'test' ALTER VIEW foo ALTER COLUMN bar DROP DEFAULT