More on previous bug report

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема More on previous bug report
Дата
Msg-id 20001214000446.A1001@wolff.to
обсуждение исходный текст
Список pgsql-bugs
I think the problem is somehow related to roman numeral conversion when
some values are null.
The following seems to work:
select case when gen is not null then to_char(gen,'rn') else null end, case when gen is not null then
to_char(gen+1,'rn')else null end from cname; 
While the following doesn't:
select to_char(gen,'rn'), to_char(gen+1,'rn') cname;

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

Предыдущее
От: Gena Gurchonok
Дата:
Сообщение: Windows ODBC tables list (with 7.1 CVS)
Следующее
От: Kovacs Zoltan Sandor
Дата:
Сообщение: to_char() causes backend to close connection