Re: Test database for new installs?

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Test database for new installs?
Дата
Msg-id 41A20ED5.5020904@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Test database for new installs?  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: Test database for new installs?  (Josh Berkus <josh@agliodbs.com>)
Re: Test database for new installs?  (Robert Treat <xzilla@users.sourceforge.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: patch: plpgsql - access records with rec.(expr)
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: another plperl bug