Re: Open items

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Bill Studenmund <wrstuden(at)netbsd(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Open items
Date: 2001-11-15 03:02:40
Message-ID: 3BF33050.97036CC7@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Is there some way we can make the tests smart enough to only printout the
> significant digits, so that if there is a difference, it is important?

Well, what we've avoided doing so far, on the assumption that we might
mask some subtle but important problem, is to run the select outputs
through a formatting function which strips off a few (in)significant
digits.

I'm not sure if to_char() can do the job (it seems to be oriented to
doing fixed-length fields) but if it can then we've got something usable
already.

- Thomas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-11-15 03:11:15 Re: Open items
Previous Message Bill Studenmund 2001-11-15 02:40:52 Re: Open items