Re: Extracting data from deprecated MONEY fields

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Re: Extracting data from deprecated MONEY fields
Дата
Msg-id 484AE6D3.90103@zigo.dhs.org
обсуждение исходный текст
Ответ на Re: Extracting data from deprecated MONEY fields  ("Ken Winter" <ken@sunward.org>)
Список pgsql-general
Here is a cast function I wrote some years ago to convert a couple of
money columns to numeric

   http://zigo.org/postgresql/#cast_money_to_numeric

You already have a solution, but maybe it is of value to someone else.

/Dennis

Ken Winter skrev:
> Right you are, Tom!
>
> In case anyone else is facing the same migration, pasted in below is a
> pl/pgsql function that does the conversion.
>
> ~ Thanks to all
> ~ Ken
>

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

Предыдущее
От: "Ken Winter"
Дата:
Сообщение: Re: Extracting data from deprecated MONEY fields
Следующее
От: Viktor Rosenfeld
Дата:
Сообщение: Re: temporarily deactivate an index