On 9/27/19 2:44 PM, PegoraroF10 wrote:
oprname         oprkind         oprleft         oprright        oprresult       
oprcode

+       b       1700    2283    2283    pg_catalog.day_inc
+       b       2283    1700    2283    pg_catalog.day_inc

Not sure if it will provide any useful information but try running:

select oprcode, pg_get_functiondef(oprcode) from pg_operator where oprname = '+' and oprcode = 'pg_catalog.day_inc'::regproc;

--
Adrian Klaver
adrian.kla...@aklaver.com


Reply via email to