This patch adds a new regression test for the UPDATE command. Right
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/update.out | added | +25 −0 |
| src/test/regress/parallel_schedule | modified | +1 −1 |
| src/test/regress/serial_schedule | modified | +2 −1 |
| src/test/regress/sql/update.sql | added | +19 −0 |