Re: [BUGS] Failed regression test in postgresql-7.4

2003-12-06 Thread Bruce Momjian
[EMAIL PROTECTED] wrote: > /usr/local/src/postgresql-7.4/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/createdb: > relocation error: > /usr/local/src/postgresql-7.4/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/createdb: > undefined symbol: get_progname > pg_regress: create

Re: [BUGS] Backslash Bug in ARE Class-Shorthand Escape?

2003-12-06 Thread Joe Conway
Joe Conway wrote: David Fetter wrote: I have a little puzzlement. In the first select, I double the backslash and return true. In the second, I don't and get false. Have I missed something important in the docs? I don't know if it is clear in the docs anywhere wrt regex, but the string literal p

Re: [BUGS] Backslash Bug in ARE Class-Shorthand Escape?

2003-12-06 Thread Peter Eisentraut
David Fetter wrote: > Kind people, > > I have a little puzzlement. In the first select, I double the > backslash and return true. In the second, I don't and get false. > Have I missed something important in the docs? Yes: """ Note: Remember that the backslash (\) already has a special meaning i

Re: [BUGS] Backslash Bug in ARE Class-Shorthand Escape?

2003-12-06 Thread Joe Conway
David Fetter wrote: I have a little puzzlement. In the first select, I double the backslash and return true. In the second, I don't and get false. Have I missed something important in the docs? I don't know if it is clear in the docs anywhere wrt regex, but the string literal parser will consume

[BUGS] Backslash Bug in ARE Class-Shorthand Escape?

2003-12-06 Thread David Fetter
Kind people, I have a little puzzlement. In the first select, I double the backslash and return true. In the second, I don't and get false. Have I missed something important in the docs? Cheers, D test=> select version(); version