Re: regex (not) matching null string - Mailing list pgsql-bugs

From Tom Lane
Subject Re: regex (not) matching null string
Date
Msg-id 21970.1024686094@sss.pgh.pa.us
Whole thread Raw
In response to regex (not) matching null string  ("David M. Kaplan" <dmkaplan@ucdavis.edu>)
List pgsql-bugs
"David M. Kaplan" <dmkaplan@ucdavis.edu> writes:
> I have found that !~ and !~* do not match the null string even when one
> would expect them to.

NULL strings won't match anything.  I can't tell whether your row 3 is
an empty string or a NULL --- but if it's a NULL, this behavior is
not a bug.  Try "s IS NULL" if you want to find NULLs.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: regex (not) matching null string
Next
From: Bruce Momjian
Date:
Subject: Re: pg_hba.conf confusion