Re: PREPARE, FK's and VIEWs

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PREPARE, FK's and VIEWs
Date: 2002-08-28 07:11:04
Message-ID: 20020828091104.A25499@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 28, 2002 at 02:53:46PM +0800, Christopher Kings-Lynne wrote:
>
> Now that we have prepared statements, should the foreign key code be changed
> to use them? I think it's highly likely that they will be reused in a
> connection. Might be an idea.

No FK, but more common is integrate query plan cache to SPI (saveplan).
I don't how it's in the current implementation.

Karel

--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2002-08-28 07:22:53 Re: Open 7.3 items
Previous Message Christopher Kings-Lynne 2002-08-28 06:53:46 PREPARE, FK's and VIEWs