Re: [BUGS] 'query was cancelled' - depending on search pattern

2003-04-03 Thread Tom Lane
Bernd von den Brincken <[EMAIL PROTECTED]> writes: > My client is psql via telnet on a Toshiba T550 laptop, my version(): >PostgreSQL 7.3.2 on i386-portbld-freebsd4.7, compiled by GCC 2.95.4 > Now I tested it on a different machine (P-3 Server) with (almost) the same > DB contents - it works fi

Re: [BUGS] 'query was cancelled' - depending on search pattern

2003-04-03 Thread Bernd von den Brincken
Hello Tom, At 04.04.2003 00:22, you wrote: Bernd von den Brincken <[EMAIL PROTECTED]> writes: > a query ... produces an error 'Query was cancelled' - > sometimes, depending on the search words. That's really, really hard to believe. I suspect you've mis-analyzed the situation. You sure your clie

Re: [BUGS] 'query was cancelled' - depending on search pattern

2003-04-03 Thread Tom Lane
Bernd von den Brincken <[EMAIL PROTECTED]> writes: > a query that uses pattern matching like this: >SELECT .. WHERE ( (content || authorname) ~* ( '.*gesellschaft.* | > .*wirtschaft.*' ) ) > produces an error 'Query was cancelled' - sometimes, depending on the > search words. That's really,