"Nate Carson" <[email protected]> writes: > create or replace function test(out integer, out numeric) > as $$ > select (1, 2.1) > $$ > language sql;
> test=# select * from test();
> server closed the connection unexpectedly
Huh ... seems that's been broken since 8.1. Surprising nobody noticed
before. Thanks for the report!
regards, tom lane
--
Sent via pgsql-bugs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
