Re: Weird problem in 8.0.0 - Mailing list pgsql-general

From Tom Lane
Subject Re: Weird problem in 8.0.0
Date
Msg-id 21165.1106579487@sss.pgh.pa.us
Whole thread Raw
In response to Re: Weird problem in 8.0.0  (Devrim GUNDUZ <devrim@gunduz.org>)
Responses Re: Weird problem in 8.0.0  (Devrim GUNDUZ <devrim@gunduz.org>)
List pgsql-general
Devrim GUNDUZ <devrim@gunduz.org> writes:
> I've changed statement_timeout value from 5 to 0; restarted PostgreSQL and
> all commands are running now... So, what could be the problem with
> statement_timeout?

Apparently you need a timeout longer than 5 milliseconds.

Note that the first few queries executed by a backend will take longer
than "usual" because of the overhead of populating the catalog caches.

            regards, tom lane

pgsql-general by date:

Previous
From: Richard_D_Levine@raytheon.com
Date:
Subject: Re: SCHEMA compatibility with Oracle/DB2/Firebird
Next
From: "Rick Schumeyer"
Date:
Subject: Postgres 8.0 on RHEL