Seeding - Mailing list pgsql-sql

From Chad Thompson
Subject Seeding
Date
Msg-id 045701c22c2f$dd8d3860$32021aac@chad
Whole thread Raw
Responses Re: Seeding  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-sql
Is there any way to automaticly "seed" a number into a list.  For example
 
create table "temp"(
select distinct(full_phone)
from lists
where client_id =8)
 
This gives me 100,000 unique records
 
What i would like to do is, every 2500, insert a specific number like '5552552555'
 
can this be done through sql? or what would be the best approach.
 
TIA
Chad

pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re:
Next
From: Josh Berkus
Date:
Subject: Indexing UNIONs