'query was cancelled' - depending on search pattern

Поиск
Список
Период
Сортировка
От Bernd von den Brincken
Тема 'query was cancelled' - depending on search pattern
Дата
Msg-id 5.2.0.9.2.20030404000745.01d6cd00@kanka.de
обсуждение исходный текст
Ответы Re: 'query was cancelled' - depending on search pattern
Список pgsql-bugs
Hello Bugs,
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.
Seems quite strange to me, I increased some postgresql.conf parameters,
without effect, and failed in finding anything on 'query was cancelled' in
the docs or in google.

Any hints are welcome (and an update to the docs about error messages would
make sense anyway).
// Bernd vdB

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Bug #932: some system tables are not accessible
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 'query was cancelled' - depending on search pattern