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-0000dX-EA@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
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/d759b7eb6aee12bd52516905d790072845b4356f
Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 |