Re: Operator is not unique

From: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Operator is not unique
Date: 2019-09-25 20:14:23
Message-ID: 1569442463636-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

format_type format_type castfunc castcontext castmethod
bigint smallint 714 a f
bigint integer 480 a f
bigint real 652 i f
bigint double precision 482 i f
bigint numeric 1781 i f
bigint regclass 1287 i f
bigint regtype 1287 i f
bigint regconfig 1287 i f
bigint regdictionary 1287 i f
bigint regrole 1287 i f
bigint regnamespace 1287 i f
bigint bit 2075 e f
bigint money 3812 a f
bigint oid 1287 i f
bigint regproc 1287 i f
bigint regprocedure 1287 i f
bigint regoper 1287 i f
bigint regoperator 1287 i f
numeric bigint 1779 a f
numeric smallint 1783 a f
numeric integer 1744 a f
numeric real 1745 i f
numeric double precision 1746 i f
numeric money 3824 a f
numeric numeric 1703 i f

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Salisbury 2019-09-25 20:25:15 Arrays and ANY problem
Previous Message Adrian Klaver 2019-09-25 19:50:33 Re: Operator is not unique