Re: New feature proposal - Mailing list pgsql-hackers

From Tom Lane
Subject Re: New feature proposal
Date
Msg-id 11840.1169682949@sss.pgh.pa.us
Whole thread Raw
In response to New feature proposal  (Sorin Schwimmer <sxn02@yahoo.com>)
List pgsql-hackers
Sorin Schwimmer <sxn02@yahoo.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


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: New feature proposal
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Autovacuum Improvements