pgsql/doc/src/sgml/ref alter_table.sgml

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/doc/src/sgml/ref alter_table.sgml
Date: 2002-04-24 02:40:45
Message-ID: 20020424024045.98437475864@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/04/23 22:40:45

Modified files:
doc/src/sgml/ref: alter_table.sgml

Log message:
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 <neilconway(at)rogers(dot)com>

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-24 02:42:27 pgsql/src/bin/pg_dump pg_dump.c
Previous Message Bruce Momjian - CVS 2002-04-24 02:38:58 pgsql/src backend/commands/tablecmds.c bin/pg_ ...