Re: New string functions; initdb required

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New string functions; initdb required
Date: 2002-06-11 18:08:11
Message-ID: 200206111108.11108.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas,

> 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
> SUBSTRING() accepts a pattern to match.

Way cool! Thank you ... this replaces several of my custom PL/pgSQL
functions.

How is SIMILAR TO different from ~ ?

--
-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Igor Kovalenko 2002-06-11 18:14:58 Re: Native Win32/OS2/BeOS/NetWare ports
Previous Message Stephan Szabo 2002-06-11 17:54:27 Re: Referential integrity problem postgresql 7.2 ?