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