pgsql: Docs: fix claim that to_char('FM') removes trailing zeroes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Docs: fix claim that to_char('FM') removes trailing zeroes.
Date: 2015-06-25 14:45:07
Message-ID: E1Z88Op-0000dZ-EV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Docs: fix claim that to_char('FM') removes trailing zeroes.

Of course, what it removes is leading zeroes. Seems to have been a thinko
in commit ffe92d15d53625d5ae0c23f4e1984ed43614a33d. Noted by Hubert Depesz
Lubaczewski.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/38c6b19415f107bede50e956f9cedc6e0dfca14a

Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-06-25 18:39:25 pgsql: Fix the logic for putting relations into the relcache init file.
Previous Message Peter Eisentraut 2015-06-25 14:42:54 Re: [COMMITTERS] pgsql: psql: show proper row count in \x mode for zero-column output