Re: Operator is not unique - Mailing list pgsql-general

From PegoraroF10
Subject Re: Operator is not unique
Date
Msg-id 1569334695687-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Operator is not unique  (Fabrízio de Royes Mello <fabrizio@timbira.com.br>)
Responses Re: Operator is not unique
List pgsql-general
Nope, seems I didn´t create anything.

SELECT * FROM pg_operator WHERE oid = '+(numeric, bigint)'::regoperator;
ERROR: operator does not exist: +(numeric, bigint)

Ok, I can cast, it works. But why works without casting for you and not for
me ?



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



pgsql-general by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: Operator is not unique
Next
From: Adrian Klaver
Date:
Subject: Re: Operator is not unique