BUG #16435: regexp_split_to_table different behavior in 9.2 and 12.2

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16435: regexp_split_to_table different behavior in 9.2 and 12.2
Дата
Msg-id 16435-7b4424691f9ba3dc@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16435: regexp_split_to_table different behavior in 9.2 and 12.2
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16435
Logged by:          prashant
Email address:      prashant_rokad@yahoo.com
PostgreSQL version: 12.2
Operating system:   Windows
Description:

Hi,

we are upgrading postgresql from 9.2 to 12.2 and observed that
"regexp_split_to_table" functions is giving different output in 12.2 than
9.2.

Sample code:
SELECT regexp_split_to_table(Column1, E',')::INT AS column1
       ,CASE WHEN column2 IS FALSE THEN NULL ELSE
regexp_split_to_table(column2, E',') END::bigint col
FROM [Table]

Also when we use function in CASE condition it is giving different output in
both version.

Sample code:
SELECT CASE WHEN column2 NOT LIKE '%test%' THEN '123' ELSE
public.fn_function_call(column2) END as a
FROM [Table]

Any help is highly appreciated.

Thanks


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16434: some data lost
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #16435: regexp_split_to_table different behavior in 9.2 and 12.2