Re:

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re:
Дата
Msg-id 1320126470.23464.10.camel@jdavis
обсуждение исходный текст
Ответ на  ("Erik Rijkers" <er@xs4all.nl>)
Список pgsql-hackers
On Sat, 2011-10-29 at 21:12 +0200, Erik Rijkers wrote:
> Would it be possible to remove of the double quotes in the daterange display of BC dates?
> 
> select '[0001-10-29 BC,2011-10-29)'::daterange;
>           daterange
> ------------------------------
>  ["0001-10-29 BC",2011-10-29)
> (1 row)

It accepts values without quotes, but on output it quotes them similar
to a record type.

Try:
 create table foo(d date); select '(0001-10-29 BC)'::foo;

The spaces are the only reason it's being quoted there. I think it's
best to be fairly consistent, and it was suggested that I model the
input parsing after the record parsing.

Regards,Jeff Davis




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

Предыдущее
От: Jeroen Vermeulen
Дата:
Сообщение: Re: Multiple queries in transit
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: unite recovery.conf and postgresql.conf