Is the data type decimal() still a valid type?

Поиск
Список
Период
Сортировка
От Robert Chalmers
Тема Is the data type decimal() still a valid type?
Дата
Msg-id 000f01bf151a$04a1aa60$1a6001cb@chalmers.com.au
обсуждение исходный текст
Ответы Re: [GENERAL] Is the data type decimal() still a valid type?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-general
Hi,
I see from the user manual pages, that in data types, the type DECIMAL() is
not listed, yet it still works.  Is this type supported still or is it being
slowly dropped?

I can do a "create table c1 (pid decimal(3,2) NOT NULL); and it works fine,
but I can find no reference to the DECIMAL type in the docs?

Should I use Float4 instead?

Thanks
Robert

---
http://4qir.quantum-radio.net.au - Where Only The Dedicated Survive!
4QIR Quantum Radio. Bringing you the original sounds of AFVN,
and Radio-DJ[AFVT], with some of the original DJ's - back on air.



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

Предыдущее
От: "Kane Tao"
Дата:
Сообщение: Re: [GENERAL] stored procedure revisited
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Is the data type decimal() still a valid type?