Re: View consistency - Mailing list pgsql-sql

From David M. Richter
Subject Re: View consistency
Date
Msg-id 3BE25D2F.9BF837EB@dkfz.de
Whole thread Raw
In response to View consistency  ("David M. Richter" <d.richter@dkfz.de>)
List pgsql-sql
Hi,

So every time when I 'll use the view, the constraint over the basic
table will be revalidated.

Select name from patient_view;

is in reality:

Select name from (select ...,...,... from basic where xxx=yyy);

Is that right?

DAvid
Attachment

pgsql-sql by date:

Previous
From: sharmad@goatelecom.com
Date:
Subject: debugging
Next
From: "David M. Richter"
Date:
Subject: Re: View consistency