Re: RFC: Product directory

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: RFC: Product directory
Дата
Msg-id 48441132.4010709@commandprompt.com
обсуждение исходный текст
Ответ на RFC: Product directory  ("Dave Page" <dpage@pgadmin.org>)
Список 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 по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: RFC: Product directory
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: RFC: Product directory