I am looking for a sample database (schema+data) for postgresql 9. Is there somewhere a repository for sample databases? Thank you

link|improve this question

77% accept rate
feedback

2 Answers

up vote 4 down vote accepted

There's a PgFoundry project that contains several example PostgreSQL databases. Most of these haven't been updated for a while, but will still work with recent PostgreSQL versions.

If you need a bigger database, the MusicBrainz music metadata database has full database dumps available for download.

link|improve this answer
If you need a huge database, you can download tools to bulk generate data for the TPC-H benchmark from tpc.org/tpch – Jeremiah Peschka Mar 19 '11 at 19:47
feedback

You can find some in the PostgreSQL wiki: http://wiki.postgresql.org/wiki/Sample_Databases

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.