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-30 14:28:51
Message-ID: 1569853731245-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

your select returns no records but if I use
WHERE p.proname ~ 'day_inc'
instead of
WHERE p.proname OPERATOR(pg_catalog.~) '^(pg_catalog.day_inc)$'

Schema
Name
Result data type
Argument data types
Type

pg_catalog
day_inc
anyelement
adate anyelement, ndays numeric
func

pg_catalog
day_inc
anyelement
ndays numeric, adate anyelement
func

--
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 Adrian Klaver 2019-09-30 14:39:33 Re: Operator is not unique
Previous Message Adrian Klaver 2019-09-30 14:21:09 Re: Operator is not unique