Re: Deprecating postfix and factorial operators in PostgreSQL 13 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Deprecating postfix and factorial operators in PostgreSQL 13
Date
Msg-id 3096744.1598544982@sss.pgh.pa.us
Whole thread Raw
In response to Deprecating postfix and factorial operators in PostgreSQL 13  (Mark Dilger <mark.dilger@enterprisedb.com>)
Responses Re: Deprecating postfix and factorial operators in PostgreSQL 13  (Mark Dilger <mark.dilger@enterprisedb.com>)
List pgsql-hackers
Mark Dilger <mark.dilger@enterprisedb.com> writes:
> The deprecation warnings included in this patch warn that postfix operator support, along with both postfix ! and
prefix!! factorial operators, will be removed in PostgreSQL 14. 

The operator docs should say "use factorial() instead", or words to
that effect.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Deprecating postfix and factorial operators in PostgreSQL 13
Next
From: Ranier Vilela
Date:
Subject: Re: Clang Address Sanitizer (Postgres14) Detected Memory Leaks