From: Bruce Momjian Date: Wed, 24 Apr 2002 02:40:45 +0000 (+0000) Subject: Oops, wrong commit on previous. It was: X-Git-Tag: REL9_0_0~17904 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=19b31e0713a0cae74f4aaf74650d1a3b45fce396;p=pg-rex%2Fsyncrep.git Oops, wrong commit on previous. It was: 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 --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index b131a11638..b0174bcd1e 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ @@ -53,6 +53,7 @@ ALTER TABLE table + table