free auction project with Postgres

Поиск
Список
Период
Сортировка
От Louis-David Mitterrand
Тема free auction project with Postgres
Дата
Msg-id 20000726150854.A3288@styx
обсуждение исходный текст
Список pgsql-hackers
Hello,

I have started a free auction system project at http://www.apartia.org
which is closely tied to PostgreSQL.

The system is voluntarily closely tied to Postgres for several reasons:

- political decision to support free DB, Postgres being the only one
  with advanced features;
- take advantage of Postgres' advanced features (C triggers and
  functions, notify, foreign keys, etc.)
- gather interest, support and guidance from the Postgres community to
  help out with the DB part of the project;
- be a showcase of Postgres capabilities;

Our goal is to replicate one by one all of the commercial auction
systems functionalities.

We want to program as much functionality as possible on the DB side with
functions and triggers so that other interfaces can be plugged into the
system besides a web interface (a java or GTK auction client, etc.).

Information about the project is available at:

http://www.apartia.org/Project/

where details about CVS access and mailing list are provided.

Suggestions, criticism, comments welcome.

Cheers,

--
Louis-David Mitterrand - ldm@apartia.org - http://www.apartia.org

    "If you're not having fun right now, you're wasting your time."

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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: AW: Vacuum only with 20% old tuples
Следующее
От: frank
Дата:
Сообщение: Re: [GENERAL] Is Pg 7.0.x's Locking Mechanism BROKEN?