Wrong type for the left argument of the operator "|/" and "||/" in chapter 9.3

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: wgz615402729(at)live(dot)com
Subject: Wrong type for the left argument of the operator "|/" and "||/" in chapter 9.3
Date: 2021-04-28 18:16:07
Message-ID: 161963376726.692.10812846254468691829@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/functions-math.html
Description:

The left argument of the operator square root |/ and cube root ||/ in the
current documentation is double precision. But to my experience that should
also work on any numeric types including smallint, integer, bigint, real and
numeric. I have tested it on both PostgreSQL server 12 and 13.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2021-04-28 18:17:49 Re: Clarify how triggers relate to transactions
Previous Message Nathan Long 2021-04-28 17:18:40 Re: Clarify how triggers relate to transactions