Re: Creating server-side functions: one simple error - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Creating server-side functions: one simple error
Date
Msg-id 19867.1034171679@sss.pgh.pa.us
Whole thread Raw
In response to Creating server-side functions: one simple error  (Ruslan A Dautkhanov <rusland@scn.ru>)
List pgsql-bugs
Ruslan A Dautkhanov <rusland@scn.ru> writes:
> I have to create my own function in C lanuage, which
> will use SPI. The problem that when I had done all things,
> PostgreSQL says:
>     isbs=# select pgf1test('123');
>     ERROR:  Can't find function pgf1test in file /usr/local/pgsql/lib/pgf1test.so

But it got past the CREATE FUNCTION command without complaint?  That's
odd, because CREATE FUNCTION should make the same check.

Does the behavior change if you start a fresh session?  If so, see
the LOAD command, which you need to use (or start a fresh session)
after any change of the shared library file.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Ruslan A Dautkhanov
Date:
Subject: Creating server-side functions: one simple error
Next
From: Jean-Luc Lachance
Date:
Subject: psql does not invoke pager on \h *