Re: Weird query plan

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Dmitry Tkach <dmitry(at)openratings(dot)com>
Cc: pg_general <pgsql-general(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Weird query plan
Date: 2003-09-17 20:48:16
Message-ID: 20030917204816.GI4233@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 17, 2003 at 04:39:59PM -0400, Dmitry Tkach wrote:
> Here is that verbose output, if it is of any help:
>
> prod=# explain verbose select a.id from a, b where a.id >= 7901288 and
> b.id=a.id limit 1;
> NOTICE: QUERY DUMP:

[etc]

Maybe you can try the indented version and do the comparison using diff?

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Hoy es el primer dia del resto de mi vida"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff 2003-09-17 20:55:32 7.3.2 client connecting to 7.2.1 server problem
Previous Message Doug McNaught 2003-09-17 20:42:19 Re: psql and blob