Re: [Patch] Log10 and hyperbolic functions for SQL:2016 compliance
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Lætitia Avrot <laetitia.avrot@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-02-03T07:43:57Z
Lists: pgsql-hackers
>>>>> "Lætitia" == Lætitia Avrot <laetitia.avrot@gmail.com> writes: [snip patch] The spec doesn't require the inverse functions (asinh, acosh, atanh), but surely there is no principled reason to omit them? -- Andrew (irc:RhodiumToad)
Commits
-
Add support for hyperbolic functions, as well as log10().
- f1d85aa98ee7 12.0 landed