Re: New feature proposal

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sorin Schwimmer <sxn02(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: New feature proposal
Date: 2007-01-24 23:55:49
Message-ID: 11840.1169682949@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeremy Drake 2007-01-25 00:09:01 Re: [HACKERS] unprivileged contrib and pl install (formerly tsearch
Previous Message Gavin Sherry 2007-01-24 23:38:54 Re: New feature proposal