From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Thomas Lockhart <lockhart(at)fourpalms(dot)org>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: SIMILAR TO |
Date: | 2002-09-11 04:24:17 |
Message-ID: | 200209110424.g8B4OH914121@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Is this a TODO?
---------------------------------------------------------------------------
Peter Eisentraut wrote:
> Thomas Lockhart writes:
>
> > > SIMILAR TO doesn't implement the SQL standard, it's only a wrapper around
> > > the POSIX regexp matching, which is wrong. I thought someone wanted to
> > > fix that, but if it's not happening it should be removed.
> >
> > Please be specific on what you would consider correct. I'm not recalling
> > any details of past discussions so need some background.
>
> The pattern that should be accepted by SIMILAR TO (as defined in SQL99
> part 2 clause 8.6) and the POSIX regular expressions that it accepts now
> are not the same.
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2002-09-11 04:28:22 | TOAST docs |
Previous Message | Tom Lane | 2002-09-11 04:20:30 | Re: |