Re: Test database for new installs? - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Test database for new installs?
Date
Msg-id 41A20ED5.5020904@pse-consulting.de
Whole thread Raw
In response to Re: Test database for new installs?  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: Test database for new installs?  (Josh Berkus <josh@agliodbs.com>)
Re: Test database for new installs?  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
Robert Treat wrote:
> 
> I might have access to one for another book as well if we need it, although 
> what I have always thought we should provide is a copy of the database 
> generated from the tutorial section of the PostgreSQL documentation.   

This is the kind of database design I definitely would *not* use to 
demonstrate good db design practice:
- no primary key/indexes
- no foreign key
- implicitely WITH OID
- Usage of varchar for key column

Regards,
Andreas




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: patch: plpgsql - access records with rec.(expr)
Next
From: Michael Fuhr
Date:
Subject: Re: another plperl bug