pgsql/src/test/regress expected/alter_table.ou ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/test/regress expected/alter_table.ou ...
Date: 2002-04-24 02:47:23
Message-ID: 20020424024723.784FC474E71@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:47:23

Modified files:
src/test/regress/expected: alter_table.out
src/test/regress/sql: alter_table.sql

Log message:
The attached patch adds regression tests for setting and removing
default values using ALTER TABLE, on both views and tables.

(You'll need to apply the default-values-for-views patch that I sent
to -patches earlier for the regression tests to pass.)

Neil Conway <neilconway(at)rogers(dot)com>

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-24 02:48:55 pgsql/src backend/commands/tablecmds.c backend ...
Previous Message Bruce Momjian - CVS 2002-04-24 02:45:51 pgsql/contrib/vacuumlo vacuumlo.c