Re: Displaying more than six digits from a real number

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Displaying more than six digits from a real number
Дата
Msg-id 20041202030730.GA10993@wolff.to
обсуждение исходный текст
Ответ на Displaying more than six digits from a real number  (Clodoaldo Pinto <clodoaldo_pinto@yahoo.com.br>)
Список pgsql-general
On Wed, Dec 01, 2004 at 20:25:28 -0300,
  Clodoaldo Pinto <clodoaldo_pinto@yahoo.com.br> wrote:
> The 7.4.2 manual says the precision of a real number is 6 decimal digits.
>
> Is it possible to force the display of more than six decimal digits of a real
> number whithout using to_char() or casting?

I think you can use the extra_float_digits GUC variable to do what you want.

В списке pgsql-general по дате отправления:

Предыдущее
От: Joachim Zobel
Дата:
Сообщение: Re: createlang plperl fails with 8.0 beta5
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Displaying more than six digits from a real number