Re: [BUGS] BUG #3645: regular expression back references seem broken
Tom Lane wrote: "Eric Haszlakiewicz" <[EMAIL PROTECTED]> writes: I would expect this to return false: template1=# select 'xyz' ~ E'^(.)\\1*$'; ?column? -- t (1 row) Seems to be a bug in the Tcl regexp library we use. It's already r
[BUGS] BUG #3645: regular expression back references seem broken
The following bug has been logged online: Bug reference: 3645 Logged by: Eric Haszlakiewicz Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.5 Operating system: NetBSD Description:regular expression back references seem broken Details: I was attempting to