CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.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@rogers.com>