Re: minor problem in boolean cast

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: minor problem in boolean cast
Дата
Msg-id 280256.1603497875@sss.pgh.pa.us
обсуждение исходный текст
Ответ на minor problem in boolean cast  (Cary Huang <cary.huang@highgo.ca>)
Список pgsql-hackers
Cary Huang <cary.huang@highgo.ca> writes:
> I noticed that when casting a string to boolean value with input 'of' it still cast it to 'f'. I think with 'of', it
shouldgive an error because 'off' is the expected candidate. This may not be intended so I made a simple patch to
addressthis.  

It's absolutely intended, and documented:

https://www.postgresql.org/docs/devel/datatype-boolean.html

Note the bit about "Unique prefixes of these strings are also accepted".

The code comment just above parse_bool() says the same.

            regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: speed up unicode decomposition and recomposition
Следующее
От: Tom Lane
Дата:
Сообщение: Re: speed up unicode decomposition and recomposition