> > > 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. > Excellent. As often, a closer look into the documentation would have saved Tom's time. Nevertheless, I think the PREPARE/EXECUTE functionality could definitely use some more promotion, especially under Performance Tips. Thanks for your quick reply. Regards, Christoph ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org