Re: a very primitive question about division
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Martin Mueller <martinmueller@northwestern.edu>
Cc: "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2018-03-07T18:11:45Z
Lists: pgsql-general
On Wed, Mar 7, 2018 at 10:56 AM, Martin Mueller < martinmueller@northwestern.edu> wrote: > But there is no example of 4/9 and the different ways of formatting it as > a decimal fraction with different options for rounding or a percentage. > That would be the responsibility of the "Data Type Formatting Functions" chapter and the "to_char" function it describes. David J.