Re: function difference not found - Mailing list pgsql-general

From David G. Johnston
Subject Re: function difference not found
Date
Msg-id CAKFQuwbYmaJ1rHDuHMCnHxNtA-T7RR8Co5KOsgYdV_mz0U2sBg@mail.gmail.com
Whole thread Raw
In response to function difference not found  (Shaozhong SHI <shishaozhong@gmail.com>)
List pgsql-general

On Thu, Nov 25, 2021 at 9:13 AM Shaozhong SHI <shishaozhong@gmail.com> wrote:
Function difference not found.

Should an extension created for finding it?


It's an operator (there may be a backing function that isn't documented)...

SELECT 5 - 2; -- yields 3, the difference of 5 and 2.

David J.

pgsql-general by date:

Previous
From: Chocimier
Date:
Subject: As a Linux distro, how to package multiple postgres major versions?
Next
From: Osvaldo Kussama
Date:
Subject: Re: function difference not found