pgsql/doc/src/sgml/ref alter_table.sgml - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql/doc/src/sgml/ref alter_table.sgml
Date
Msg-id 20020424024045.98437475864@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.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@rogers.com>


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src backend/commands/tablecmds.c bin/pg_ ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/bin/pg_dump pg_dump.c