| From: | Michael Meskes <meskes(at)postgresql(dot)org> |
|---|---|
| To: | PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | function question yet again |
| Date: | 2000-02-15 12:14:39 |
| Message-ID: | 20000215131439.A2553@fam-meskes.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Is it possible to define a function in language 'C' that needs more
libraries to work? I've got a small example of a function that works like a
charm when run against from a binary. However if I put this function inside
the server and execute it I get
ERROR: parser: parse error at or near ""
Not exactly an error message that explains itself. :-)
I have put my function into a shared library to load it, but the library
itself needs other libraries. Is this at all possible?
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!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Meskes | 2000-02-15 12:24:06 | Re: [HACKERS] function defined in libpq? |
| Previous Message | Peter Eisentraut | 2000-02-15 12:13:15 | Re: [HACKERS] function defined in libpq? |