forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit19b31e0
committed
Oops, wrong commit on previous. It was:
The attached patch allows views to have default values. You can'tspecify a default value within a CREATE VIEW statement, it must bedone using ALTER TABLE ... ALTER COLUMN ... SET DEFAULT after theview has already been created. Most of the hard work was done byTom Lane, I just patched pg_dump and updated the documentation.Neil Conway <neilconway@rogers.com>1 parentadf7cc0 commit19b31e0
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
|
0 commit comments
Comments
(0)