Re: Wrong example

From: Elvis de Freitas <edigitalb(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Wrong example
Date: 2018-04-27 13:32:40
Message-ID: CAD1QDQ0iqiU7dTg5OHj_jXxdYEHqH+VDBs8b_acMXBLkAL9prg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Ok, I'll take a look.

On Fri, Apr 27, 2018, 10:31 Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> On Fri, Apr 27, 2018 at 04:55:03AM +0000, PG Doc comments form wrote:
> > The following documentation comment has been logged on the website:
> >
> > Page: https://www.postgresql.org/docs/7.1/static/functions-math.html
> > Description:
> >
> > The last row of table Table 4-4. Mathematical Functions seems to be
> wrong at
> > example column, current value
> >
> > trunc(numeric, s integer) numeric truncate to s decimal
> > places round(42.4382, 2) 42.43
> >
> > Possible solution
> >
> > trunc(numeric, s integer) numeric truncate to s decimal
> > places trunc(42.4382, 2) 42.43
>
> Uh, Postgres 7.1 is _decades_ old and will not be fixed. I suggest you
> look at the Postgres 10 docs.
>
> --
> Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
> EnterpriseDB http://enterprisedb.com
>
> + As you are, so once was I. As I am, so you will be. +
> + Ancient Roman grave inscription +
>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2018-04-27 13:39:14 Re: Appendix A. PostgreSQL Error Codes
Previous Message Bruce Momjian 2018-04-27 13:31:05 Re: Wrong example