~ubuntu-branches/ubuntu/vivid/apgdiff/vivid

1
2
3
4
CREATE VIEW test AS
	SELECT test_col FROM test2;

ALTER VIEW test ALTER COLUMN test_col SET DEFAULT 1;