views:

261

answers:

2

Is there a downloadable Postgres database that contains dummy data? preferably Northwind, something i can practice my query ideas

+1  A: 

There are a number of sample databases available as a pgFoundry project at http://pgfoundry.org/projects/dbsamples/

Magnus Hagander
+1  A: 

If you really want that specific one, you can grab a PostgreSQL port of Northwind from the DbLinq unit test data set. See http://groups.google.com/group/dblinq/web/unit-tests for somewhat sketchy notes on how to do that.

Greg Smith