Please keep the list cc'd.
Shruthi A wrote:
> On 7/17/07, Heikki Linnakangas <[EMAIL PROTECTED]> wrote:
>> Shruthi A wrote:
>> >> > 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
>> >> > Oi
Shruthi A wrote:
>> > 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
On Monday 16 July 2007 22:32:07 Shruthi A wrote:
> > > Please reply soon, this is an emergency..
This may be obvious, but a quick reply might call for commercial support.
Check out [1].
[1]http://www.postgresql.org/support/professional_support
wt
--
Warren Turkal (w00t)
--
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
> OidInputFu