Re: C function question

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, General Postgres Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: C function question
Date: 2009-02-03 21:05:19
Message-ID: 2f4958ff0902031305s4e9901f1we493145126f3a2ac@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Grzegorz Jaśkiewicz 2009-02-03 21:07:22 Re: C function question
Previous Message Tom Lane 2009-02-03 21:03:41 Re: C function question