Re: Why don't we accept exponential format for integers?

Поиск
Список
Период
Сортировка
Искать
От
Christophe Pettus
Тема
Re: Why don't we accept exponential format for integers?
Дата
Msg-id
936C4C07-0F2C-497B-AE12-E304FCF13463@thebuild.com
Ответ на
Список
Дерево обсуждения
Why don't we accept exponential format for integers? Josh Berkus <josh@agliodbs.com>
Re: Why don't we accept exponential format for integers? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why don't we accept exponential format for integers? "Joshua D. Drake" <jd@commandprompt.com>
Re: Why don't we accept exponential format for integers? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why don't we accept exponential format for integers? Nathan Boley <npboley@gmail.com>
Re: Why don't we accept exponential format for integers? Bill Moran <wmoran@potentialtech.com>
Re: Why don't we accept exponential format for integers? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why don't we accept exponential format for integers? "Joshua D. Drake" <jd@commandprompt.com>
Re: Why don't we accept exponential format for integers? Bill Moran <wmoran@potentialtech.com>
Re: Why don't we accept exponential format for integers? Robert Haas <robertmhaas@gmail.com>
Re: Why don't we accept exponential format for integers? Christophe Pettus <xof@thebuild.com>
Re: Why don't we accept exponential format for integers? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why don't we accept exponential format for integers? Jeff Janes <jeff.janes@gmail.com>
Re: Why don't we accept exponential format for integers? Bill Moran <wmoran@potentialtech.com>
Re: Why don't we accept exponential format for integers? Josh Berkus <josh@agliodbs.com>
Re: Why don't we accept exponential format for integers? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why don't we accept exponential format for integers? Josh Berkus <josh@agliodbs.com>
Re: Why don't we accept exponential format for integers? Robert Haas <robertmhaas@gmail.com>
Re: Why don't we accept exponential format for integers? Josh Berkus <josh@agliodbs.com>
Re: Why don't we accept exponential format for integers? Robert Haas <robertmhaas@gmail.com>
Re: Why don't we accept exponential format for integers? Andrew Dunstan <andrew@dunslane.net>
Re: Why don't we accept exponential format for integers? Josh Berkus <josh@agliodbs.com>
Re: Why don't we accept exponential format for integers? Robert Haas <robertmhaas@gmail.com>
Re: Why don't we accept exponential format for integers? <Charles.McDevitt@emc.com>
Re: Why don't we accept exponential format for integers? Marti Raudsepp <marti@juffo.org>
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> isinstance(10,int)
True
>>> isinstance(1e10,int)
False

--
-- Christophe Pettus  xof@thebuild.com


В списке pgsql-hackers по дате отправления
От: Robert Haas
Дата:
От: Tom Lane
Дата:
FAQ