RFC: Product directory

Поиск
Список
Период
Сортировка
От Dave Page
Тема RFC: Product directory
Дата
Msg-id 937d27e10806020130l418d1730o84de8773f1f182f5@mail.gmail.com
обсуждение исходный текст
Ответы Re: RFC: Product directory  (David Fetter <david@fetter.org>)
Re: RFC: Product directory  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-www
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

The categories table would simply be a lookup table of category names:

Administration/development tools
Programming interfaces
Clustering/replication
Procedural languages
Reporting tools
PostgreSQL extensions
Applications
??

The licence type codes will be hardcoded:

'o' - Open Source
'c' - Commercial
'f' - Freeware

Sound reasonable? Anything I've missed?

-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com


В списке pgsql-www по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Account
Следующее
От: David Fetter
Дата:
Сообщение: Re: RFC: Product directory