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.
Answer from intgr on Stack OverflowThere'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.
I just published a PostgreSQL port of the Open Source Shakespeare database: https://github.com/catherinedevlin/opensourceshakespeare. It's much more fun than all those other sample databases.
Sample PostgreSQL Database
Is there a real-life Sample Database for PostgreSQL for beginner practice?
Sample Postgres databases?
Example database
-
https://www.postgresqltutorial.com/postgresql-sample-database/
-
https://github.com/lorint/AdventureWorks-for-Postgres
-
https://github.com/yugabyte/yugabyte-db/tree/master/sample
Videos
I’m putting together some training on PostgreSQL. Does anyone know of a good ready-made sample database available for download? I can create one of course, but I don’t want to duplicate effort if something already exists. Was hoping there is something similar to the classic AdventureWorks used for SQL Server. Thanks!