OSDN Git Service

This patch adds a new regression test for the UPDATE command. Right
authorBruce Momjian <bruce@momjian.us>
Tue, 26 Aug 2003 18:32:23 +0000 (18:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 26 Aug 2003 18:32:23 +0000 (18:32 +0000)
commit1e100176c47f0ba765f220490ac431dfc9fbd240
treedb608524911b1be8def084f978eb38dde7ccf3cf
parent47a4e2ed1c53fa23a7a401308109b0352d29f997
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
src/test/regress/expected/update.out [new file with mode: 0644]
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/update.sql [new file with mode: 0644]