Re: New string functions; initdb required - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: New string functions; initdb required
Date
Msg-id 200206112127.g5BLRbK13992@candle.pha.pa.us
Whole thread Raw
In response to New string functions; initdb required  (Thomas Lockhart <thomas@pgsql.com>)
List pgsql-hackers
Thomas Lockhart wrote:
> I've just committed changes which implement three SQL99 functions and
> operators. OVERLAY() allows substituting a string into another string,
> SIMILAR TO is an operator for pattern matching, and a new variant of

TODO item marked as done:
* -Add SIMILAR TO to allow character classes, 'pg_[a-c]%'

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: New string functions; initdb required
Next
From: Bruce Momjian
Date:
Subject: Re: Analyze on large changes...