From: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
Cc: | Donnacha Mac Gloinn <postgresql(dot)org(at)donnacha(dot)com>, pgsql-advocacy(at)postgresql(dot)org |
Subject: | Re: High-Profile Advocacy Opportunity: Vbulletin |
Date: | 2004-06-17 03:17:26 |
Message-ID: | 20040616195319.G29620@megazone.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy |
On Wed, 16 Jun 2004, Alvaro Herrera wrote:
> INSERT with multiple values can't be that hard -- it's never been
> implemented because there has been no real push for it. I don't foresee
> it being implemented in any short term future.
How hard it'd likely be depends on whether you'd want to just do it for
INSERT or actually fully handle VALUES. AFAICS values can be used as a
<query expression> which means as the body of table subqueries, on either
side of UNION/EXCEPT/INSERSECT and other such places in addition to its
usage in INSERT.
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Kings-Lynne | 2004-06-17 03:27:04 | Re: High-Profile Advocacy Opportunity: Vbulletin |
Previous Message | Joshua D. Drake | 2004-06-17 02:47:59 | Re: High-Profile Advocacy Opportunity: Vbulletin |