Sorin Schwimmer <sxn02(at)yahoo(dot)com> writes:> My suggestion is to allow INSERT to do it REPEAT x.
You can do that today.
INSERT INTO foo SELECT const1,const2,... FROM generate_series(1,1000);
regards, tom lane