Christoph Haller <[EMAIL PROTECTED]> writes: > Taken from the Reference Manual > [REPEATED] INSERT INTO ...
> The key word REPEATED directs INGRES to encode the INSERT and save its > execution plan when it is first executed. This encoding can account for > significant performance improvements on subsequent executions of the > same INSERT. > What do you others think of it? You can do that today with PREPARE/EXECUTE; there's no need to invent specialized syntax for it. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster