Explain Analyse never returns .. maybe a bug - Mailing list pgsql-general

From David Gagnon
Subject Explain Analyse never returns .. maybe a bug
Date
Msg-id 42C2A144.2080708@siunik.com
Whole thread Raw
In response to Re: automating backup ?  ("Zlatko Matic" <zlatko.matic1@sb.t-com.hr>)
Responses Re: Explain Analyse never returns .. maybe a bug  (Michael Fuhr <mike@fuhr.org>)
Re: Explain Analyse never returns .. maybe a bug  (Douglas McNaught <doug@mcnaught.org>)
List pgsql-general
Hi all,

  I stop the following statement after 3 minutes....

   explain analyse select *
        From IC
        where IC.ICNUM NOT IN (select IRICNUM from IR WHERE IRSTATUT in
(1, 2))


I'm using 8.0.3 on windows.

Is that a know bug ?

Thanks
/David

P.S.: I can send more info if needed.

pgsql-general by date:

Previous
From: Sven Willenberger
Date:
Subject: PostgreSQL's vacuumdb fails to allocate memory for non-root users
Next
From: Michael Fuhr
Date:
Subject: Re: 8.1 Out parameter question