Re: Performance on inserts

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Performance on inserts
Дата
Msg-id 200010152150.RAA16041@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Performance on inserts  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Performance on inserts
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Performance on inserts