BUG #13420: Array function contains with null

Поиск
Список
Период
Сортировка
От krzysztof.czajka@turcom.pl
Тема BUG #13420: Array function contains with null
Дата
Msg-id 20150609112946.2794.37090@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13420: Array function contains with null  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13420
Logged by:          Krzysztof Czajka
Email address:      krzysztof.czajka@turcom.pl
PostgreSQL version: 9.3.8
Operating system:   CentOS release 6.6 (Final)
Description:

Function contains on array with null element isn't work correctly.

SELECT ARRAY[1,4,3]  @> ARRAY[3,1]
true

SELECT ARRAY[ NULL ] @> ARRAY[ NULL ]
false

SELECT ARRAY[ NULL::varchar,'2' ] @> ARRAY[ NULL::varchar ]
false

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

Предыдущее
От: reiner peterke
Дата:
Сообщение: 9.5 Import foreign schema error with user defined type in schema other than public.
Следующее
От: nnd@go.com
Дата:
Сообщение: BUG #13419: could not adopt C locale