Re: [HACKERS] function question yet again

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Alfred Perlstein <bright(at)wintelcom(dot)net>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] function question yet again
Date: 2000-02-15 14:24:30
Message-ID: 20000215152430.B10899@fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 15, 2000 at 04:58:49AM -0800, Alfred Perlstein wrote:
> As a temporary hack you may want to try linking the shared object that you
> are creating with the static versions of the third level libraries.

Good idea. Unfottunately it didn't change anything. Using ldd on my shared
library no tells me it is statically linked. But the error message remains
the same.

I tried to write a log file and it appears the function does correctly
connect to the backend but cannot execute the select. IDK however if a
function inside the backend is allowed to create a connection. But if not
how can I send a query over libpq?

Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(at)Fam-Meskes(dot)De | Use PostgreSQL!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2000-02-15 14:26:20 Re: [HACKERS] function question yet again
Previous Message Sevo Stille 2000-02-15 14:14:57 Re: [HACKERS] function question yet again