Re: SQL float types

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: SQL float types
Дата
Msg-id 200007071619.MAA27138@candle.pha.pa.us
обсуждение исходный текст
Ответ на SQL float types  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
[ Charset ISO-8859-1 unsupported, converting... ]
> The parser currently maps the type REAL to float8. I contend that it
> should be float4.
> 
> float4    =>    real
> float8    =>    double precision
> 

Is this based on the standard documents?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: zlib for pg_dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Re: Re: [SQL] MAX() of 0 records.