Re: storing binary data

From: Alessio Bragadini <alessio(at)albourne(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: storing binary data
Date: 2001-10-26 08:11:44
Message-ID: 3BD91AC0.D60ECBA7@albourne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Kings-Lynne wrote:

> What exactly is the advantage in using VIEWs? I get the impression that the
> SELECT query it is based on is cached (ie. a cached query plan).

I had the same impression but I've been told (with explanations) that
the query plan for a view is not cached in any way.

--
Alessio F. Bragadini alessio(at)albourne(dot)com
APL Financial Services http://village.albourne.com
Nicosia, Cyprus phone: +357-2-755750

"It is more complicated than you think"
-- The Eighth Networking Truth from RFC 1925

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message tweekie 2001-10-26 09:22:08 Re: Is there no "DESCRIBE <TABLE>;" on PGSQL? help!!!
Previous Message Brent Verner 2001-10-26 05:01:42 Re: [patch] helps fe-connect.c handle -EINTR more gracefully