Re: add (minimal) UPDATE regression test

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: add (minimal) UPDATE regression test
Date: 2003-08-26 18:32:32
Message-ID: 200308261832.h7QIWWw02280@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Neil Conway wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-08-26 18:35:38 Re: psql's HISTSIZE from .psqlrc do not want to be set
Previous Message Bruce Momjian 2003-08-26 15:39:20 Re: Minor verbosity increase for analyze