Re: - operator overloading not giving expected result

From: Ravi Krishna <s_ravikrishna(at)aol(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>, Rajesh S <rajesh(dot)s(at)fincuro(dot)com>
Subject: Re: - operator overloading not giving expected result
Date: 2022-07-08 14:35:05
Message-ID: 1535945057.1729527.1657290905981@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

LANGUAGE 'edbspl'

This is the root cause of your issue.

You are not using PGSQL, but EDB version of it which is compatible with Oracle PL/SQL.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zahid Rahman 2022-07-08 22:06:33 Database designs
Previous Message Tom Lane 2022-07-08 14:20:49 Re: Error when pasting function blocks into psql