From: | <btober(at)computer(dot)org> |
---|---|
To: | <greg(at)turnstep(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: SUBSTRING for a regular expression |
Date: | 2004-07-08 13:26:55 |
Message-ID: | 61854.216.238.112.88.1089293215.squirrel@$HOSTNAME |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
>
>> I was hopeful that this would work, since I had missed the need to
>> double the back-slash escape character in my original work, but
>> something still isn't right.
>>
>> First I got an error message that psql didn't like the "?" characters
>> in the RE, so I eliminated them and wrote
>
>
> Sounds like you may be using an older version of Pg than me. What
> version are you running? Only that can tell us how limiting your regex
> capabilitites are....
Not that old (I think)!
crime=# select version();
version
--------------------------------------------------------------------------------
-----------------------------------------------
PostgreSQL 7.3.4 on i386-redhat-linux-gnu, compiled by GCC
i386-redhat-linux-gc c (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
(1 row)
--Berend Tober
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2004-07-08 13:35:25 | Re: Column name 'user' not allowed? |
Previous Message | Timothy Perrigo | 2004-07-08 13:16:32 | unexpected update behavior with temp tables |