regexp_replace( , , , NULL ) returns null?

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема regexp_replace( , , , NULL ) returns null?
Дата
Msg-id E087E793-BFAF-4C13-9389-B8FA0514DBF5@enova.com
обсуждение исходный текст
Ответы Re: regexp_replace( , , , NULL ) returns null?
Список pgsql-hackers
Is there any particular reason for this:

decibel@decina.local=# SELECT regexp_replace( 'a', 'a', 'b', null ) IS NULL;?column?
----------t
(1 row)

ISTM it’d be a lot better if it treated NULL flags the same as ‘’...
--
Jim Nasby, Lead Data Architect   (512) 569-9461




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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Sending out a request for more buildfarm animals?
Следующее
От: Josh Berkus
Дата:
Сообщение: New and interesting replication issues with 9.2.8 sync rep