Re: remove $ from money field
От
Tom Lane
Тема
Re: remove $ from money field
Дата
Msg-id
2977.1060398808@sss.pgh.pa.us
Ответ на
remove $ from money field (Robby Russell)
Список
Дерево обсуждения
remove $ from money field Robby Russell <rrussell@commandprompt.com>
Re: remove $ from money field Arguile <arguile@lucentstudios.com>
Re: remove $ from money field Robert Treat <xzilla@users.sourceforge.net>
Re: remove $ from money field Tom Lane <tgl@sss.pgh.pa.us>
Robby Russell writes: > When selecting a field that is of type money, how can I remove the $ > when selected? Actually, almost the only thing money does for you is put in the $ sign ;-). I'd recommend using type numeric instead, if you have any desire for more flexibility. regards, tom lane
В списке pgsql-general по дате отправления