add (minimal) UPDATE regression test

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: add (minimal) UPDATE regression test
Date: 2003-08-09 09:33:12
Message-ID: 20030809093312.GA8111@home.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

(Bruce, this patch adds 2 new files, src/test/regress/sql/update.sql
and src/test/regress/expected/update.out)

-Neil

Attachment Content-Type Size
update-regression-test.patch text/plain 3.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Dennis Björklund 2003-08-09 10:00:18 Re: libpg sv.po
Previous Message Neil Conway 2003-08-09 08:59:13 misc doc fixes