replace_matches does not return {null} - Mailing list pgsql-sql

From Andreas Gaab
Subject replace_matches does not return {null}
Date
Msg-id 48DA836F3865C54B8FBF424A3B775AF6671A68395D@Exchange-Server
Whole thread Raw
Responses Re: replace_matches does not return {null}
List pgsql-sql

Hi,

 

I tried to order a text-column only by parts of the entries. Therefore I used regexp_matches(), but unfortunately I am loosing rows.

 

SELECT regexp_matches('abc','[0-9]+'),  regexp_matches('123','[0-9]+');

 

Does not return “{null}, {123}” but no result at all.

 

Is this behavior expected? How can I work around?

 

I am running postgres 8.4

 

 

Andreas

 

 

___________________________________________________________________________

 

SCANLAB AG

Dr. Andreas Simon Gaab

Entwicklung • R & D

 

Siemensstr. 2a • 82178 Puchheim • Germany

Tel. +49 (89) 800 746-513 • Fax +49 (89) 800 746-199

mailto:a.gaab@scanlab.dewww.scanlab.de

 

Amtsgericht München: HRB 124707 • USt-IdNr.: DE 129 456 351

Vorstand: Georg Hofner (Sprecher), Christian Huttenloher, Norbert Petschik

Aufsichtsrat (Vorsitz): Dr. Hans J. Langer

___________________________________________________________________________

 

pgsql-sql by date:

Previous
From: "Gnanakumar"
Date:
Subject: Re: Is it possible to get DISTINCT rows from RETURNING clause?
Next
From: Tom Lane
Date:
Subject: Re: replace_matches does not return {null}