Re: Performance on inserts - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Performance on inserts
Date
Msg-id 200010152150.RAA16041@candle.pha.pa.us
Whole thread Raw
In response to Re: Performance on inserts  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Matthew Kirkwood <matthew@hairy.beasts.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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Performance on inserts
Next
From: Tom Lane
Date:
Subject: Re: Performance on inserts