Re: factorial of negative numbers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: factorial of negative numbers
Date
Msg-id 1122228.1592231062@sss.pgh.pa.us
Whole thread Raw
In response to factorial of negative numbers  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
... oh, one slightly more important nit-pick: per the catalogs and
code, the function is factorial(bigint):

   Schema   |   Name    | Result data type | Argument data types | Type 
------------+-----------+------------------+---------------------+------
 pg_catalog | factorial | numeric          | bigint              | func

but you have it documented as factorial(numeric).

            regards, tom lane



pgsql-hackers by date:

Previous
From: Ashutosh Sharma
Date:
Subject: Re: Parallel copy
Next
From: Robert Haas
Date:
Subject: Re: hashagg slowdown due to spill changes