Re: Performance on inserts

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Matthew Kirkwood <matthew(at)hairy(dot)beasts(dot)org>, Jules Bean <jules(at)jellybean(dot)co(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Performance on inserts
Date: 2000-10-15 21:50:35
Message-ID: 200010152150.RAA16041@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Matthew Kirkwood <matthew(at)hairy(dot)beasts(dot)org> writes:
> > One of MySQL's little syntax abuses allows:
> > INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..);
>
> Actually, that's perfectly standard SQL92, just an item we haven't
> got round to supporting yet. (Until we do the fabled querytree
> restructuring, it seems a lot harder than it is worth.)

Added to TODO:

INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..);

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-15 21:51:02 Re: Performance on inserts
Previous Message Bruce Momjian 2000-10-15 21:44:52 Re: Performance on inserts