Expected behaviour of \d in regexp with exponent numbers ? - Mailing list pgsql-general

From Arnaud Lesauvage
Subject Expected behaviour of \d in regexp with exponent numbers ?
Date
Msg-id 54047130.3000908@codata.eu
Whole thread Raw
Responses Re: Expected behaviour of \d in regexp with exponent numbers ?  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Re: Expected behaviour of \d in regexp with exponent numbers ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi all,

I just came accross this trying to upgrade my server from 8.4.8 to 9.3.4 :

SELECT substring('²' FROM E'\\d');

8.4 : NULL
9.3 : "²"

Am I correct to expect NULL in this case ?
Thanks !

--
Arnaud


pgsql-general by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Performance issue with postgres_fdw
Next
From: Albe Laurenz
Date:
Subject: Re: Expected behaviour of \d in regexp with exponent numbers ?