> 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
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