Re: numeric precision when raising one numeric to

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: numeric precision when raising one numeric to
Дата
Msg-id 27200.1116615709@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: numeric precision when raising one numeric to  (Claudio Succa <claudio.succa.ml@pertel.it>)
Список pgsql-general
Claudio Succa <claudio.succa.ml@pertel.it> writes:
> With PostgreSQL 7.4.7 on Linux/Debian platform I had a different result so I
> made the subtraction of your figure:
> psql -h s1 -d rapp-test -c "select power(2::numeric,1000) -

I don't know what you're getting there, but there is no power() function
at all in a standard 7.4 installation.  Possibly you have a homebrew
function that uses the floating-point dpow() code?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: numeric precision when raising one numeric to another.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Inherited constraints and search paths (was Re: