BUG #11749: range_in, range_out dosn't work

From: olegjobs(at)mail(dot)ru
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11749: range_in, range_out dosn't work
Date: 2014-10-22 12:43:42
Message-ID: 20141022124342.2678.3694@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 11749
Logged by: Oleg
Email address: olegjobs(at)mail(dot)ru
PostgreSQL version: 9.3.2
Operating system: Ubuntu 64 14.04
Description:

I have tried this:

Datum test_ext_set_range(PG_FUNCTION_ARGS)
{
return range_out(fcinfo);
}

in psql:
select test_ext_set_range('[1,2]'::int4range);

error:
The connection to the server lost.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2014-10-22 13:21:44 Re: BUG #11638: Transaction safety fails when constraints are dropped and analyze is done
Previous Message Tom Lane 2014-10-22 02:12:29 Re: BUG #11638: Transaction safety fails when constraints are dropped and analyze is done