Re: filling database - Mailing list pgsql-general

From sachin kotwal
Subject Re: filling database
Date
Msg-id 1377253754710-5768376.post@n5.nabble.com
Whole thread Raw
In response to filling database  ("raptor@tvskat.net" <raptor@tvskat.net>)
Responses Re: filling database  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general
create sample table with one or two rows then use following command to
populate data.

INSERT INTO TABLE_NAME VALUES(generate_series(1,1000000000));



-----
Thanks and Regards,

Sachin Kotwal
NTT-DATA-OSS Center (Pune)
--
View this message in context: http://postgresql.1045698.n5.nabble.com/GENERAL-filling-database-tp1843856p5768376.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Mikhail Puzanov
Date:
Subject: numeric to ipv6 inet
Next
From: Osvaldo Kussama
Date:
Subject: Re: numeric to ipv6 inet