Patch to add insert of multiple tuples per INSERT statement

From: Liam Stewart <liams(at)redhat(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Patch to add insert of multiple tuples per INSERT statement
Date: 2001-07-31 15:09:40
Message-ID: 20010731110940.A24198@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)redhat(dot)com

Attachment Content-Type Size
insert.diff text/plain 9.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Josh Berkus 2001-07-31 16:05:28 Fuzzy matching?
Previous Message Tom Lane 2001-07-31 14:50:35 Re: Allow IDENT authentication on local connections (Linux only)