Re: numeric cast oddity

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: numeric cast oddity
Дата
Msg-id 8450.1259852590@sss.pgh.pa.us
обсуждение исходный текст
Ответ на numeric cast oddity  (Sim Zacks <sim@compulab.co.il>)
Ответы Re: numeric cast oddity  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
Sim Zacks <sim@compulab.co.il> writes:
> When I cast an integer to numeric using :: notation it ignores the scale
> and precision that I specify, but when I use the cast function it uses
> the scale and precision that I specify.

Really?  Your example doesn't seem to show that.

            regards, tom lane

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

Предыдущее
От: David Boreham
Дата:
Сообщение: Re: Unexpected EOF on client connection
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_attribute.attnum - wrong column ordinal?