2006年8月12日 02:52:06 +0000 (02:52 +0000)
2006年8月12日 02:52:06 +0000 (02:52 +0000)
commit 7a3e30e608a25800a1f7fdfaaca4da3f0ac0fb07
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
plpgsql support to come later. Along the way, convert execMain's
SELECT INTO support into a DestReceiver, in order to eliminate some ugly
special cases.
Jonah Harris and Tom Lane