X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id EDA4ED7840 for ; Wed, 12 Oct 2005 02:17:17 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 46014-03 for ; Wed, 12 Oct 2005 05:17:14 +0000 (GMT) Received: from tigger.fuhr.org (tigger.fuhr.org [63.214.45.158]) by svr1.postgresql.org (Postfix) with ESMTP id C81B6D7725 for ; Wed, 12 Oct 2005 02:17:14 -0300 (ADT) Received: from winnie.fuhr.org (winnie.fuhr.org [10.1.0.1]) by tigger.fuhr.org (8.13.3/8.13.3) with ESMTP id j9C5H9O8084054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Oct 2005 23:17:12 -0600 (MDT) (envelope-from mfuhr@winnie.fuhr.org) Received: from winnie.fuhr.org (localhost [127.0.0.1]) by winnie.fuhr.org (8.13.4/8.13.4) with ESMTP id j9C5H95h003467; Tue, 11 Oct 2005 23:17:09 -0600 (MDT) (envelope-from mfuhr@winnie.fuhr.org) Received: (from mfuhr@localhost) by winnie.fuhr.org (8.13.4/8.13.4/Submit) id j9C5H9ll003466; Tue, 11 Oct 2005 23:17:09 -0600 (MDT) (envelope-from mfuhr) Date: Tue, 11 Oct 2005 23:17:09 -0600 From: Michael Fuhr To: Rich Morin Cc: pgsql-docs@postgresql.org Subject: Re: Commented, loadable databases as examples? Message-ID: <20051012051709.GA3400@winnie.fuhr.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.005 required=5 tests=[AWL=0.005] X-Spam-Level: X-Archive-Number: 200510/30 X-Sequence-Number: 3275 On Tue, Oct 11, 2005 at 09:57:33PM -0700, Rich Morin wrote: > I would like to see some commented, loadable databases that folks > can set up, play with, break, etc. They needn't be huge, just big > enough to show off the feature(s) that are being demonstrated. I > think this would be a good way to make the documentation a bit more > concrete. Are you looking for something other than the Tutorial and the examples in the source code under src/tutorial? -- Michael Fuhr