Re: How to construct an exact plan

From: Pei He <hepeimail(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to construct an exact plan
Date: 2010-08-30 17:39:09
Message-ID: AANLkTi=0UsHEh7V-+9SXOk8Ugz=301Z+30NTg_Rvt6WJ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I forgot to mention that I am using postgresql 8.2.5.

Thanks
--
Pei

On Mon, Aug 30, 2010 at 1:34 PM, Pei He <hepeimail(at)gmail(dot)com> wrote:
> Hi,
> I have developed a new operators, and I want to do some tests on it.
> I do not want the optimizer to choose the plan for me, and I need to
> construct a plan as exact as I want.
>
> Can anyone provide me a way to achieve that?
>
> Thanks
> --
> Pei
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pei He 2010-08-30 19:22:31 Re: How to construct an exact plan
Previous Message Pei He 2010-08-30 17:34:35 How to construct an exact plan