"Susan Fu" <susan(dot)fu(at)vericept(dot)com> writes:
> Failed to execute SQL : SQL select * from tt(); failed : ERROR: control =
> reached end of function without RETURN CONTEXT: PL/pgSQL function "tt"
This is not a bug. 8.0 requires a RETURN in all cases. 8.1 is laxer
about it.
regards, tom lane