pgsql-server/src/test/regress parallel_schedul ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/test/regress parallel_schedul ...
Date: 2003-08-26 18:32:31
Message-ID: 20030826183231.05330D1B8CD@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/08/26 15:32:26

Modified files:
src/test/regress: parallel_schedule serial_schedule
Added files:
src/test/regress/expected: update.out
src/test/regress/sql: update.sql

Log message:
This patch adds a new regression test for the UPDATE command. Right
now all that is tested is Rod Taylor's recent addition to allow
this syntax:

UPDATE ... SET <col> = DEFAULT;

If anyone else would like to add more UPDATE tests, go ahead --
I just wanted to write a test for the above functionality, and
couldn't see an existing test that it would be appropriate
to add to.

Neil Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-08-26 18:35:31 pgsql-server/src/bin/psql input.c
Previous Message Michael Meskes 2003-08-26 16:09:02 pgsql-server/src/interfaces/ecpg ChangeLog pre ...