Re: TODO : Multiple inserts in a single statement

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Nick Barr <nicky(at)chuckie(dot)co(dot)uk>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: TODO : Multiple inserts in a single statement
Date: 2004-02-13 16:22:54
Message-ID: 200402131622.i1DGMsb20992@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Nick Barr wrote:
> Hi,
>
> Would anyone have any objections if I started to look at the following
> TODO item?
>
> INSERT
>
> * Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
>
> By this item I assume it means extending the INSERT INTO statement to
> allow for multiple inserts in a single statement. Any further
> information on this item would be greatly appreciated.

Sounds good. Please read the developers FAQ for the suggested process.

--
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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Mark Cave-Ayland 2004-02-13 16:47:31 Re: ANALYZE patch for review
Previous Message Nick Barr 2004-02-13 15:55:45 TODO : Multiple inserts in a single statement