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  (Peter Geoghegan <peter@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Postgres 9.2.2 Bug in Select with Left Join
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Arbitrary whitespace restrictions on range types