Re: CREATE FUNCTION [...] AS '' LANGUAGE 'sql' crashes backend - Mailing list pgsql-bugs

From Tom Lane
Subject Re: CREATE FUNCTION [...] AS '' LANGUAGE 'sql' crashes backend
Date
Msg-id 16631.997566014@sss.pgh.pa.us
Whole thread Raw
In response to CREATE FUNCTION [...] AS '' LANGUAGE 'sql' crashes backend  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> CREATE FUNCTION [...] AS '' LANGUAGE 'sql' crashes backend

7.1 does this:

regression=#  CREATE FUNCTION blah_blah (INT) RETURNS INT AS '' LANGUAGE 'sql';
ERROR:  function declared to return integer, but no SELECT provided

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: CREATE FUNCTION [...] AS '' LANGUAGE 'sql' crashes backend
Next
From: Rich Morin
Date:
Subject: assorted documentation errors