On Mon, 28 Oct 2002 pgsql-bugs(at)postgresql(dot)org wrote:
> Lynn Tilby (unixprgrmr(at)aol(dot)com) reports a bug with a severity of 1
> The lower the number the more severe it is.
>
> Short Description
> create function failing... ERROR: stat failed on file '
>
> Long Description
> DEBUG: ProcessUtility: create function dys_btwn_dates ( date , date ) returns int as '
> BEGIN
> RETURN $1 - $2;
> END;
> ' language 'c'
> ERROR: stat failed on file '
> BEGIN
> RETURN $1 - $2;
> END;
> ': No such file or directory
Errm, did you really mean language 'c'?