t
Werner Echezuria wrote:
> Hi, I need to return a set of records from a query, first I translate
> from sqlf to sql and later I wanna return the query, but the server
> crash (I guess it crashes around the yyparse call).
>
> This is the sql:
>
> CREATE OR REPLACE FUNCTION sqlf (text) RETURNS SETOF record
> AS 'MODULE_PATHNAME', 'sqlf'
> LANGUAGE C IMMUTABLE STRICT;
>
You function doesn't look too immutable. Is it really?
cheers
andrew