Re: RFC: Product directory - Mailing list pgsql-www

From Joshua D. Drake
Subject Re: RFC: Product directory
Date
Msg-id 48441132.4010709@commandprompt.com
Whole thread Raw
In response to RFC: Product directory  ("Dave Page" <dpage@pgadmin.org>)
List pgsql-www
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



pgsql-www by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: RFC: Product directory
Next
From: "Joshua D. Drake"
Date:
Subject: Re: RFC: Product directory