- Архив списков рассылки pgsql-hackers

Поиск
Список
Период
Сортировка
От Erik Rijkers
Тема
Дата
Msg-id 031fdccc1e830a646622111b5362e7c0.squirrel@webmail.xs4all.nl
обсуждение исходный текст
Ответы Re:
Список pgsql-hackers
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)


after all, it's also:

select '0001-10-29 BC'::date;    date
---------------0001-10-29 BC
(1 row)

without double quotes.  It's not important, perhaps; it just looks ugly to me.

Do they serve a purpose?


Erik Rijkers








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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [v9.2] make_greater_string() does not return a string in some cases
Следующее
От: Tom Lane
Дата:
Сообщение: Re: strange code in array_in