Re: Server goes to Recovery Mode when run a SQL - Mailing list pgsql-general

From Tom Lane
Subject Re: Server goes to Recovery Mode when run a SQL
Date
Msg-id 654057.1597431203@sss.pgh.pa.us
Whole thread Raw
In response to Re: Server goes to Recovery Mode when run a SQL  (PegoraroF10 <marcos@f10.com.br>)
Responses Re: Server goes to Recovery Mode when run a SQL  (PegoraroF10 <marcos@f10.com.br>)
List pgsql-general
PegoraroF10 <marcos@f10.com.br> writes:
> And I have created these two operators a long time ago. 

> CREATE OPERATOR public.= (
>     FUNCTION = public.fntextonumero,
>     LEFTARG = text,
>     RIGHTARG = public.i32
> );
> CREATE OPERATOR public.= (
>     FUNCTION = public.fntextonumero,
>     LEFTARG = public.i32,
>     RIGHTARG = text
> );

... so, what do those functions look like?  And, since there's evidently a
custom type or domain involved, what is i32 exactly?

In short: you have completely failed to provide a self-contained test
case.

            regards, tom lane



pgsql-general by date:

Previous
From: PegoraroF10
Date:
Subject: Re: Server goes to Recovery Mode when run a SQL
Next
From: PegoraroF10
Date:
Subject: Re: Server goes to Recovery Mode when run a SQL