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
2010-04-08 11:09:29
+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
2010-04-10 00:36:00