Swati F, 13.03.2009 04:23:
Quote:
Hi I am looking for sample database in postgres, i.e a sample schema
and data for say a library database. I need a schema to be of medium
complexity with at least 100 tables and on an avg 500 rows in each
table. I need this to simulate a real time database systems.
Could anyone suggest how could I get this going? Oracle comes with
some sample databases, but i did not find something of this sort for
postgres.
Thanks,
Swati |
Look at this one:
http://pgfoundry.org/projects/dbsamples/
I don't think it has that many tables. But it definitely has more than 500 rows.
Thomas