Re: Using Postgresql as application server

Поиск
Список
Период
Сортировка
От Andrej
Тема Re: Using Postgresql as application server
Дата
Msg-id CACMx3pMUQBmnoGYKQykCuNBfRi6jRm8Vqtpg5E44FkqLEjDZ9A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using Postgresql as application server  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: Using Postgresql as application server
Список pgsql-general
On 19 August 2011 04:16, Merlin Moncure <mmoncure@gmail.com> wrote:
>> It's been around for a long time already:
>>
>>  http://asmith.id.au/mod_libpq.html
> mod_libpq looks like it hasn't been updated in quite a while (apache
> 1.3 only) -- I think a node.js http server is superior in just about
> every way for this case.  I 100% agree with the comments on the page
> though.

Tad late to chime in, but mod_libpq2.c is available from the good
man, too.
http://asmith.id.au/source/mod_libpq2.c

Compiles & installs fine on Slackware64 13.1:
sudo /usr/sbin/apxs -i -a -c  -I /usr/include/postgresql/ -I
/usr/include/httpd -lpq -o mod_libpq.so -n MOD_LIBPQ mod_libpq2.c
using postgresql 9.0.4 & apache 2.2.19


Cheers,
Andrej

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

Предыдущее
От: shuaixf
Дата:
Сообщение: Whether the function exists a in pgsql table or not?
Следующее
От: planas
Дата:
Сообщение: Problem importing a csv file