[BUGS] BUG #3645: regular expression back references seem broken

2007-10-01 Thread Eric Haszlakiewicz
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 cr

Re: [BUGS] BUG #3645: regular expression back references seem broken

2007-10-01 Thread Tom Lane
"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 reported upstream: https://sourceforge.net/tracker/index.php

[BUGS] Question about PostGreSQL

2007-10-01 Thread Alejandro Fernandez Peral
Hello My name is Alex and I am installing PostGreSQL 7.4.18 in a version of linux suse 10.2, my probles ins that when I put in the console ./configure gmake su gmake install adduser postgres -> in this pass in the console appear: bash: adduser:command not found and I can't installing the Pos

[BUGS] BUG #3637: Path resolving function (feature request)

2007-10-01 Thread Pedro Gimeno
The following bug has been logged online: Bug reference: 3637 Logged by: Pedro Gimeno Email address: [EMAIL PROTECTED] PostgreSQL version: n/a Operating system: n/a Description:Path resolving function (feature request) Details: There are some applications in which r

Re: [BUGS] Question about PostGreSQL

2007-10-01 Thread Heikki Linnakangas
Alejandro Fernandez Peral wrote: > My name is Alex and I am installing PostGreSQL 7.4.18 in a version of linux > suse 10.2, my probles ins that when I put in the console > > ./configure > gmake > su > gmake install > adduser postgres -> in this pass in the console appear: bash: adduser:command

Re: [BUGS] Question about PostGreSQL

2007-10-01 Thread Kevin Grittner
>>> On Wed, Sep 26, 2007 at 4:52 PM, in message <[EMAIL PROTECTED]>, Alejandro Fernandez Peral <[EMAIL PROTECTED]> wrote: > I am installing PostGreSQL 7.4.18 You should consider installing 8.2.5 instead. There are many enhancements, bug fixes, and performance improvements. > in a version of

Re: [BUGS] BUG #3645: regular expression back references seem broken

2007-10-01 Thread Eric Haszlakiewicz
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 reported upstream: https://sourceforge.net/tracker