From: | Andrej <andrej(dot)groups(at)gmail(dot)com> |
---|---|
To: | Merlin Moncure <mmoncure(at)gmail(dot)com> |
Cc: | Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, c k <shreeseva(dot)learning(at)gmail(dot)com>, Chris Travers <chris(dot)travers(at)gmail(dot)com>, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, sad(at)bestmx(dot)ru |
Subject: | Re: Using Postgresql as application server |
Date: | 2011-08-28 04:43:22 |
Message-ID: | CACMx3pMUQBmnoGYKQykCuNBfRi6jRm8Vqtpg5E44FkqLEjDZ9A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
On 19 August 2011 04:16, Merlin Moncure <mmoncure(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Jan Eskilsson | 2011-08-28 10:00:21 | Re: [SQL] parsing audit table |
Previous Message | mark | 2011-08-27 03:05:01 | Re: how to tell if a replication server has stopped replicating |
From | Date | Subject | |
---|---|---|---|
Next Message | planas | 2011-08-28 05:03:53 | Problem importing a csv file |
Previous Message | Tarlika Elisabeth Schmitz | 2011-08-27 23:20:28 | Re: PL/pgSQL: SELECT INTO only if result count = 1 |