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