Re: Test database for new installs?

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: Test database for new installs?
Date: 2004-11-22 16:07:49
Message-ID: 41A20ED5.5020904@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-11-22 16:19:52 Re: patch: plpgsql - access records with rec.(expr)
Previous Message Tom Lane 2004-11-22 15:57:13 Re: patch: plpgsql - access records with rec.(expr)