Re: casting zero-length strings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: casting zero-length strings
Дата
Msg-id 6795.1076992002@sss.pgh.pa.us
обсуждение исходный текст
Ответ на casting zero-length strings  (Neil Conway <neilc@samurai.com>)
Ответы Re: casting zero-length strings  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> Chris KL recently pointed out to me that we currently don't raise an
> error when attempting to cast a zero-length string to a float:
> Whereas int and numeric reject zero-length strings:

> So, should we fix oid and float?

Yes, surely, unless someone wants to argue for reverting that change
to pg_atoi.  I can't see a reason for having them act inconsistently.

While we are at it we should make sure these functions are all on the
same page about allowing leading/trailing whitespace.  I seem to recall
that the spec says somewhere that both should be allowed ... but right
now I do not think we allow trailing whitespace.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] dollar quoting
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: casting zero-length strings