Re: schema, view and role

From: Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>
To: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: schema, view and role
Date: 2009-03-18 16:19:14
Message-ID: 65937bea0903180919h56415490n3b4319c8374d3ede@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Mar 18, 2009 at 2:40 PM, Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it
> wrote:

> If the view is just an alias for the SQL as "text" and it is not
> interpreted at creation time...

This assumption is wrong. A view is "compiled" at creation time, and the
compiled version of the view is used in queries.

--
gurjeet[(dot)singh](at)EnterpriseDB(dot)com
singh(dot)gurjeet(at){ gmail | hotmail | indiatimes | yahoo }.com

EnterpriseDB http://www.enterprisedb.com

Mail sent from my BlackLaptop device

In response to

Browse pgsql-general by date

  From Date Subject
Next Message cifroes 2009-03-18 16:29:24 Accent insensitive search?
Previous Message Kynn Jones 2009-03-18 16:00:30 DBD::Pg's $dbh->func( "/path/to/file", 'lo_import' ) fails silently