Re: Prepared statements considered harmful

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Prepared statements considered harmful
Date: 2006-08-31 13:51:29
Message-ID: 1157032289.3033.47.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2006-08-31 at 15:49, Peter Eisentraut wrote:
> Note that plan 1 can only be created if you know the actual value for $1.

Why would that be so ? The plan can contain functions of $1 (both
constants in plan 1 are a function of $1).

Cheers,
Csaba

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-08-31 13:55:53 Re: [HACKERS] Updatable views
Previous Message Peter Eisentraut 2006-08-31 13:49:21 Re: Prepared statements considered harmful