Patch to add insert of multiple tuples per INSERT statement

Поиск
Список
Период
Сортировка
От Liam Stewart
Тема Patch to add insert of multiple tuples per INSERT statement
Дата
Msg-id 20010731110940.A24198@redhat.com
обсуждение исходный текст
Ответы Re: Patch to add insert of multiple tuples per INSERT statement  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
The attached patch adds the ability to explicitly insert multiple tuples
per insert statement. ie:

INSERT INTO tab [(col1, col2, ...)] VALUES (x1, y1, ...), (x2, y2, ...), ... ;

as per the todo list entry.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Allow IDENT authentication on local connections (Linux only)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Allow IDENT authentication on local connections (Linux only)