Re: [GENERAL] Sample databases

2013-01-18 Thread Vraj Mohan
I have created a couple of PostgreSQL sample databases at https://github.com/vrajmohan/pgsql-sample-data: 1. The supplier-part-project database from C J Date's book. 2. The Employee sample database from the MySQL project. This db occupies 300MB and and has ~4 million total rows. Please let me know

Fwd: [GENERAL] Sample databases

2013-01-17 Thread Vraj Mohan
-- Forwarded message -- From: Vraj Mohan Date: Thu, Jan 17, 2013 at 7:22 AM Subject: Re: [GENERAL] Sample databases To: Jeff Janes On Wed, Jan 16, 2013 at 10:32 PM, Jeff Janes wrote: > What do you mean by decent data volumes? Numbers and units are wonderful > things!

Re: [GENERAL] Sample databases

2013-01-16 Thread Jeff Janes
On Wednesday, January 16, 2013, Vraj Mohan wrote: > Is there a good sample database (with decent data volumes) for > postgresql? I am interested in one for learning and automated testing. > What do you mean by decent data volumes? Numbers and units are wonderful things! What things are you look

Re: [GENERAL] Sample databases

2013-01-16 Thread Carlos Mennens
On Wed, Jan 16, 2013 at 9:53 AM, Vraj Mohan wrote: > Is there a good sample database (with decent data volumes) for > postgresql? I am interested in one for learning and automated testing. > > I looked at http://pgfoundry.org/projects/dbsamples/ (specifically at > pagila), but it seemed incomplete

[GENERAL] Sample databases

2013-01-16 Thread Vraj Mohan
Is there a good sample database (with decent data volumes) for postgresql? I am interested in one for learning and automated testing. I looked at http://pgfoundry.org/projects/dbsamples/ (specifically at pagila), but it seemed incomplete and not maintained, I also looked at http://dev.mysql.com/d

Re: [GENERAL] Sample databases

2008-09-29 Thread David Rowley
Tommy Gibbons wrote: >I would like some pointers as to how to install the dbsamples so that I can use them in Postgres. These .tar.qz files seem to contain *.sql files. These seem to be text files but I do not understand how to > import to postgres or if there is some command line command to run.

Re: [GENERAL] Sample databases

2008-09-29 Thread Raymond O'Donnell
On 29/09/2008 23:03, Tommy Gibbons wrote: > I would like some pointers as to how to install the dbsamples so that I > can use them in Postgres. These .tar.qz files seem to contain *.sql > files. These seem to be text files but I do not understand how to > import to postgres or if there is some c

[GENERAL] Sample databases

2008-09-29 Thread Tommy Gibbons
Hi, I would like some pointers as to how to install the dbsamples so that I can use them in Postgres. These .tar.qz files seem to contain *.sql files. These seem to be text files but I do not understand how to import to postgres or if there is some command line command to run. These samples are o