Re: [GENERAL] plpgsql problem: relocation error

1999-01-02 Thread Gene Selkov, Jr.
> Greetings. > > Using pg6.5.1 on Solaris 2.6, I'm trying to create a very simple function > using plpgsql. Here's the code I've executed: > > /* > CREATE FUNCTION plpgsql_call_handler () RETURNS OPAQUE AS > '/opt/pgsql/lib/plpgsql.so' LANGUAGE 'C'; > > CREATE TRUSTED PROCEDURAL LANGUAGE

RE: [GENERAL] plpgsql problem: relocation error

1999-01-02 Thread Stephane FILLON
Try to replace the following: return t; by return ''t''; and return f; by return ''f''; It's not a double quote but a quote quote :-) -Message d'origine- De: Andrew Perrin - Demography [SMTP:[EMAIL PROTECTED]] Date: mercredi 3 novembre 1999 07:18 A: [EMAIL PROTECTED] Objet