Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> Supporting VALUES only in INSERT would be relatively trivial BTW,
> but the spec actually thinks it should be allowed as a <table spec>
> in FROM ...
How does that syntax work?
INSERT INTO x (a,b) from select x,y,z from t from select x2,y2,z2 from t
? doesn't seem to be very sensible?
--
greg
In response to
Responses
pgsql-hackers by date
| Next: | From: Andrew Dunstan | Date: 2006-06-03 16:30:33 |
| Subject: Re: 'CVS-Unknown' buildfarm failures? |
| Previous: | From: Jim Nasby | Date: 2006-06-03 15:43:39 |
| Subject: Re: More thoughts about planner's cost estimates |