On 19 August 2011 04:16, Merlin Moncure <mmoncure@xxxxxxxxx> 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 -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general