Re: postgres 7.4.2: float(20) results in error msg, but should not since 7.4)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres 7.4.2: float(20) results in error msg, but should not since 7.4)
Дата
Msg-id 17210.1081017531@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgres 7.4.2: float(20) results in error msg, but should not since 7.4)  (Mathias Picker <Mathias.Picker@virtual-earth.de>)
Список pgsql-general
Mathias Picker <Mathias.Picker@virtual-earth.de> writes:
> My fresh postgres 7.4.2 install on a FreeBSD 5.2-CURRENT machine replies
> "ERROR:  precision for FLOAT must be less than 16"

This is certainly pilot error: you are talking to a 7.3 or earlier
server.  7.4's corresponding error message isn't even spelt the same.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: postgres 7.4.2: float(20) results in error msg, but
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem in calling prepare statement from STORED PROCEDURE