mirror of https://github.com/postgres/postgres
The attached patch allows views to have default values. You can't specify a default value within a CREATE VIEW statement, it must be done using ALTER TABLE ... ALTER COLUMN ... SET DEFAULT after the view has already been created. Most of the hard work was done by Tom Lane, I just patched pg_dump and updated the documentation. Neil Conway <neilconway@rogers.com>ecpg_big_bison
parent
adf7cc04cb
commit
19b31e0713
Loading…
Reference in new issue