Re: BUG WITH CREATE FUNCTION.......

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pejac(at)altern(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: BUG WITH CREATE FUNCTION.......
Date: 2000-12-07 19:42:08
Message-ID: 13886.976218128@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

<pejac(at)altern(dot)org> writes:
> create function test(text) returns text AS '' LANGUAGE 'sql';
> [crashes]

OK, now it says:

regression=# create function test(text) returns text AS '' LANGUAGE 'sql';
ERROR: function declared to return text, but no SELECT provided

Thanks for the report!

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Myers 2000-12-07 19:42:53 Re: CRC was: Re: beta testing version
Previous Message Tom Lane 2000-12-07 19:28:28 Re: Re: COPY BINARY file format proposal