Re: [GENERAL] Generating sample data - Mailing list pgsql-general

From Rich Shepard
Subject Re: [GENERAL] Generating sample data
Date
Msg-id alpine.LNX.2.11.1612271204140.8904@localhost
Whole thread Raw
In response to Re: [GENERAL] Generating sample data  (Steve Crawford <scrawford@pinpointresearch.com>)
Responses Re: [GENERAL] Generating sample data
List pgsql-general
On Tue, 27 Dec 2016, Steve Crawford wrote:

> You could start here:
> http://www.softwaretestingmagazine.com/tools/open-source-test-data-generators/

> I have rolled my own on occasion by just pulling some public lists of most
> common given names and family names and toing a full-join. Same for city,
> streets, etc.

Steve,

   Thanks very much for the URL. One application is small (7 tables), the
other is three times that size (23 tables). If I need to find public domain
data on the Web, I'll do that.

Much appreciated,

Rich


pgsql-general by date:

Previous
From: Steve Crawford
Date:
Subject: Re: [GENERAL] Generating sample data
Next
From: Guyren Howe
Date:
Subject: [GENERAL] LYDB: What advice about stored procedures and other server side code?