Patch to add insert of multiple tuples per INSERT statement - Mailing list pgsql-patches

From Liam Stewart
Subject Patch to add insert of multiple tuples per INSERT statement
Date
Msg-id 20010731110940.A24198@redhat.com
Whole thread Raw
Responses Re: Patch to add insert of multiple tuples per INSERT statement
List 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

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Allow IDENT authentication on local connections (Linux only)
Next
From: Tom Lane
Date:
Subject: Re: Allow IDENT authentication on local connections (Linux only)