Re: Weird problem in 8.0.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: PostgreSQL Mailing Lists-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Weird problem in 8.0.0
Date: 2005-01-24 15:11:27
Message-ID: 21165.1106579487@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Devrim GUNDUZ <devrim(at)gunduz(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rick Schumeyer 2005-01-24 15:25:09 Postgres 8.0 on RHEL
Previous Message Richard_D_Levine 2005-01-24 14:59:29 Re: SCHEMA compatibility with Oracle/DB2/Firebird