Arbitrary whitespace restrictions on range types

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Arbitrary whitespace restrictions on range types
Дата
Msg-id 50D0FCC6.10905@agliodbs.com
обсуждение исходный текст
Ответы Re: Arbitrary whitespace restrictions on range types
Список pgsql-bugs
Jeff, Hackers:

Is there a strong reason why this has to error?

postgres=# select '[,]'::TSTZRANGE
postgres-# ;
 tstzrange
-----------
 (,)
(1 row)

postgres=# select '[, ]'::TSTZRANGE;
ERROR:  invalid input syntax for type timestamp with time zone: " "
LINE 1: select '[, ]'::TSTZRANGE

--Josh

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

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