Re: lost records !

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: frank <f(dot)callaghan(at)ieee(dot)org>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: lost records !
Date: 2000-07-14 21:22:12
Message-ID: 15501.963609732@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

frank <f(dot)callaghan(at)ieee(dot)org> writes:
> I have a five table join that should return 1 record but, 0 comes back
> this was working before running vacuum last night - as a simple test
> I set enable_seqscan=off and hay-presstoe it came back !

> I guess there is an optimizer problem, so I have two questions
> 1) Is there some known bad problems outstanding ?

No, at least not in 7.0.*.

> 2) How do I get the output from explain to a file & would you like it ?

Cut and paste from a shell window is close enough ... explain would be
good, also the full schema for your tables and indexes thereon
(pg_dump -s is a good way to extract the schema info).

Don't forget the text of the query, too ;-)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Keith Parks 2000-07-14 22:45:43 Problems compiling CVS on Solaris.
Previous Message Bruce Momjian 2000-07-14 21:09:09 Re: PgAccess schema-diagram cleanup