Money reformatting

Поиск
Список
Период
Сортировка
От Rich Ryan
Тема Money reformatting
Дата
Msg-id 086101c183ad$8a86de80$1a02a8c0@gateway
обсуждение исходный текст
Ответ на Re: foreign key creation problem  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы How Can I reach the mail archieve ?  ("Serkan BEKTAS" <sbektas@karincaint.com.tr>)
Re: Money reformatting  (Jason Earl <jason.earl@simplot.com>)
Список pgsql-general
I have a price field of type 'money'. 90% of the time, the output format of
money $x.xx, is great. But occasionally I need to strip the $ and truncate
the decimal places, i.e. turn it into an int. Is there any easy way to do
this? None of the built-in postgres text formatting functions take the money
type as an arg. I tried type casting, but that didn't work either. I tried
to check the mail list archives, but it's been down for about 2-3 days.
Error I get is
An error occured!
connectDBStart() -- connect() failed: Connection refused Is the postmaster
running (with -i) at 'db.postgresql.org' and accepting connections on TCP/IP
port 5437?

Thanks much,

Rich





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

Предыдущее
От: "Nicolas Bouthors"
Дата:
Сообщение: Postgres graphing.
Следующее
От: "Rich Ryan"
Дата:
Сообщение: Convert money type to int