Jeff Davis <pg...@j-davis.com> writes: > On Mon, 2010-08-30 at 20:06 -0400, Tom Lane wrote: >> You need extra_float_digits cranked up. Which pg_dump knows about.
> I can't reproduce the problem with float4/8, but I still see a problem > with floating-point timestamps: Hmmm ... timestamp_out pays no attention to extra_float_digits, but just arbitrarily rounds off at six fractional digits. Maybe we should change that. Although I'm not certain it would result in any strong guarantees anyway, because of the extra arithmetic involved in timestamp I/O conversions. As you say, it's irrelevant for Alex's problem; and maybe it's not worth working on now that float timestamps are deprecated. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs