From: | Doug McNaught <doug(at)wireboard(dot)com> |
---|---|
To: | Samik Raychaudhuri <samik(at)cae(dot)wisc(dot)edu> |
Cc: | holger(at)marzen(dot)de, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Pg.so problem |
Date: | 2002-02-15 15:02:39 |
Message-ID: | m3eljmokj4.fsf@varsoon.denali.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Samik Raychaudhuri <samik(at)cae(dot)wisc(dot)edu> writes:
> Actually the problem is: my PG database runs on Windows,
Gaaah!
> and don't
> have sufficient privileges for compiling the complete postgresql
> source code in the sun machine.
You don't need privileges; you just need disk space (which I
understand you might not have). You should be able to compile and
install the libraries in your user account, and persuade Perl to load
its libs from there. Exactly how is left as an exercise for the
student. ;)
> Is there any other way?
Hmmm, you could read the frontend/backend protocol doc and implement a
"pure Perl" client library (rather than one that links against libpq).
It's been done for a couple of Lisp implementations. Be a lot of
work, though.
-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863
From | Date | Subject | |
---|---|---|---|
Next Message | Corey W. Gibbs | 2002-02-15 15:08:06 | Question: Who's Using Postgres |
Previous Message | tony | 2002-02-15 14:57:02 | Re: Report generation |