Re: Release Notes 9.0: substring() changes?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Erik Rijkers" <er(at)xs4all(dot)nl>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release Notes 9.0: substring() changes?
Date: 2010-04-05 02:17:42
Message-ID: 669.1270433862@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Erik Rijkers" <er(at)xs4all(dot)nl> writes:
> In 9.0devel cvs, I can find & affirm the SIMILAR TO changes, but I cannot find any changes to
> substring() (other than the one under point 3.)

What's affected is the three-parameter form of SUBSTRING(). See
section 9.7.2.

The second of these is still wrong, though, since parentheses are *not*
literals in SIMILAR TO. Will fix.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2010-04-05 02:34:02 Re: default privileges
Previous Message Bruce Momjian 2010-04-05 02:12:51 Re: pgsql: Add contraint exclusion section to contraint docs.