This patch adds a new regression test for the UPDATE command. Right

Bruce Momjian <bruce@momjian.us>

Commit: 1e100176c47f0ba765f220490ac431dfc9fbd240
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-08-26T18:32:23Z
Releases: 7.4.1
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

Files