Re: Altering a plan

From: "Shruthi A" <shruthi(dot)iisc(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Altering a plan
Date: 2007-07-17 04:32:07
Message-ID: 6caee9520707162132u5ecc8e91q62008216d6376d48@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hi,
> >
> > I want to take a plan generated by the postgres optimizer and insert a
> > constant in place of another constant in the plan. There is a function
> > OidOutputFunctionCall( ) to get the constant. Similarly, is there any
> > function to set the value of the constant? Also what does
> > OidInputFunctionCall( ) do?
> >
> > Please reply soon, this is an emergency..
> >
> > Thanks a lot,
> > Shruthi
> >
> >
>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-07-17 04:48:55 Re: Fractions in GUC variables
Previous Message Bruce Momjian 2007-07-17 02:45:46 Re: [HACKERS] msvc, build and install with cygwin in the PATH