X-Original-To: pgsql-advocacy-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id E5409D1B454; Sun, 25 Apr 2004 18:29:38 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 51082-03; Sun, 25 Apr 2004 18:29:39 -0300 (ADT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by svr1.postgresql.org (Postfix) with ESMTP id E7B3DD1B432; Sun, 25 Apr 2004 18:29:36 -0300 (ADT) X-Sasl-enc: bV8GjsEx5+hCPunNEsI+Lg 1082928577 Received: from itsbeen.sent.com (unknown [198.144.200.210]) by www.fastmail.fm (Postfix) with ESMTP id DA761AA0EFC; Sun, 25 Apr 2004 17:29:36 -0400 (EDT) Message-ID: <408C2DA7.80305@itsbeen.sent.com> Date: Sun, 25 Apr 2004 14:29:11 -0700 From: Rob User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pgsql-advocacy@postgresql.org, pgsql-hackers@postgresql.org Subject: Re: [HACKERS] What can we learn from MySQL? References: <200404252041.i3PKfRJ28435@candle.pha.pa.us> In-Reply-To: <200404252041.i3PKfRJ28435@candle.pha.pa.us> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200404/204 X-Sequence-Number: 4176 Bruce Momjian wrote: > Peter Eisentraut wrote: > >>Rob wrote: >> >>>But I think there is room to go further, I don't see any reason why >>>that default install can't include example DBs, >> >>One reason is that a useful example database would likely have a >>download footprint of 10 MB or more. Having this in the default >>download would not be appreciated by many people. Of course having >>some example database available at all would be a good idea, but then >>as a separate download. > > > Here is a little psql script I wrote to populate a table with random > data. [snip] Right, I have done the same in the past using random character data (it even had random lengths of strings in the different fields) and in other cases random dictionary words. I was thinking something with more structure, like an customer/product/invoice db with random records that link up to each other properly. I will work on something but am wondering if there are any freely available schemas around (for any system, I know Sybase has a book publishing one that they use in their example queries and is provided with their install, "pubs2" I believe) that might be good for use in a more extended sample db. Are there any platforms (outside of MS Windows) that don't include a word list or dictionary these days?