Prepared statements are not really what I'm looking for. Prepared statements only last for the duration of the current database session. I need "permanent prepared statements", if you prefer. Even this is not entirely correct, because I don't want the query plan to be remembered.
Tambet > -----Original Message----- > From: PFC [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 12, 2005 2:08 PM > To: Tambet Matiisen; pgsql-sql@postgresql.org > Subject: Re: [SQL] Parameterized views proposition > > > > What about using PREPARE ? > > ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match