Re: [GENERAL] Would this project be of interest to anyone?

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: [GENERAL] Would this project be of interest to anyone?
Дата
Msg-id 3714B40A.F475DD94@rice.edu
обсуждение исходный текст
Ответ на Would this project be of interest to anyone?  (James Thompson <jamest@math.ksu.edu>)
Список pgsql-general
James Thompson wrote:
>
> I've been working on a new project using Postgresql and wanted a little
> public input on it.
<OBE project>

You may want to take a look at Zope (www.zope.org) It's a Python based,
GPLed web/object infrastructure thing. Think of it as a cross between
PHP/ColdFusion and  a persistent CGI/ASP application server. It plays
well with Postgresql in my hands (so far) and has an active community
(and company) behind it (Digital Creations: www.digicool.com).

As to using PostgreSQL in a general office automation environment, the
biggest snag I think you'll hit is the 8K limit on tuples, and the
insufficiency of large objects (lo) that's seen so many postings to the
lists lately. Although, apparently, the win32 ODBC driver handles lo's
automatically reasonably well (I remember someone mentioning it being
cool to drag-n-drop big old Word docs and animations into their
PostgreSQL db via MS-Access) Perhaps for the limited case (not millions
of records above 8k, just a few), the existing implementation is
sufficent.

Ross (parenthetically speaking this morning, for some reason)
--
Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St.,  Houston, TX 77005

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

Предыдущее
От: James Thompson
Дата:
Сообщение: Long - More info on project Was Re: [GENERAL] Would this project be of interest to anyone?
Следующее
От: José Soares
Дата:
Сообщение: Re: [GENERAL] Re: [HACKERS] Gregorian Calendar