Re: Selection ganzer Worte per regexp Suche

Peter Eisentraut <[email protected]>
Newsgroups gmane.comp.db.postgresql.german
Message-ID <[email protected]>
On 7/11/13 11:07 AM, Andreas Tille wrote:
> SELECT * FROM test WHERE data ~ '.*\babc\b.*' ;
> 
> liefert nichts - scheinbar ist '\b' (Wortgrenze) nicht implementiert.

Aus mir unerklärlichen Gründen heißt das hier \y:

SELECT * FROM test WHERE data ~ '\yabc\y';



-- 
Sent via pgsql-de-allgemein mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-de-allgemein
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.