Re: C function question - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: C function question
Date
Msg-id 2f4958ff0902031305s4e9901f1we493145126f3a2ac@mail.gmail.com
Whole thread Raw
In response to Re: C function question  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: C function question  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
List pgsql-general
it's defined:

create or replace function filter_text(text, char) returns text as
'test_proc.so' language 'c';


which leads me to another question.
It seems that I have to leave psql and comeback, for new version to be
loaded. (that's on 8.4 tho, I don't have 8.3 at home).
And also that 'replace' bit doesn't seem to actually refresh it either.

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: C function question
Next
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: C function question