Re: BUG #4106: WHERE - clause in view works only sometimes

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Alexander Strotmann <kiruu(at)gmx(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4106: WHERE - clause in view works only sometimes
Date: 2008-04-12 17:40:36
Message-ID: 4800F414.4070200@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alexander Strotmann wrote:
> PostgreSQL version: 8.2

Which version, exactly? Though I don't remember any changes that would
explain this, make sure you run the latest minor version, which is 8.2.7
at the moment.

> we get sometimes results where 'bis' is not NULL! But it is not
> deterministic because in about 80% of request times the result is correct.

Do you get the same results if you run the "SELECT * FROM
benutzer_mit_rolle_vw" query directly from psql? What does EXPLAIN
ANALYZE say?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-04-12 20:28:50 Re: BUG #4106: WHERE - clause in view works only sometimes
Previous Message Alexander Strotmann 2008-04-12 16:39:43 BUG #4106: WHERE - clause in view works only sometimes