Received: from localhost (unknown [200.46.204.183]) by developer.postgresql.org (Postfix) with ESMTP id 023C12E009F for ; Mon, 2 Jun 2008 12:26:46 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 70635-06 for ; Mon, 2 Jun 2008 12:26:36 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by developer.postgresql.org (Postfix) with ESMTP id 625AD2E009A for ; Mon, 2 Jun 2008 12:26:35 -0300 (ADT) Received: from [192.168.1.226] (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m52FRwLk026551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jun 2008 08:27:59 -0700 Message-ID: <48441132.4010709@commandprompt.com> Date: Mon, 02 Jun 2008 08:26:42 -0700 From: "Joshua D. Drake" Organization: Command Prompt, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Dave Page CC: w^3 Subject: Re: RFC: Product directory References: <937d27e10806020130l418d1730o84de8773f1f182f5@mail.gmail.com> In-Reply-To: <937d27e10806020130l418d1730o84de8773f1f182f5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Mon, 02 Jun 2008 08:27:59 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200806/5 X-Sequence-Number: 15232 Dave Page wrote: > I'm looking at replacing the ad-hoc lists of products at > http://www.postgresql.org/download/ and > http://www.postgresql.org/download/commercial with a product > directory. I'd like to keep it fairly simple, and propose the > following data be stored: > > id serial primary key -- easier in the framework, complaints to /dev/null > publisher text -- Company/person/project name > publisher_url text -- Company/person/project URL > product text -- Product name > product_url text -- URL for the product > category int4 -- Category ID (fkey -> categories table) > description text -- Product description > price text -- Pricing info (where relevant) > licence char(1) -- Licence type flag > I would push publisher and publisher_url to their own table. Further we may really want to consider that a publisher could be a sponsor. We don't want to duplicate all this info. Sincerely, Joshua D. Drake