Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA10179; Tue, 16 Jul 91 04:05:59 -0700
Date: Tue, 16 Jul 91 04:05:59 -0700
Message-Id: <9107161105.AA10179@postgres.Berkeley.EDU>
From: Munib A Qutaishat <maq@computing-maths.cardiff.ac.uk>
Subject: views-rules
To: postgres@postgres.berkeley.edu

We have version 2.01 of POSTGRES and would like to know if there is any way to
define views and rules as a hirarchical structure. For example, STUDENT and
GRADUATE_STUDENT can be defined as in the following:

i)      STUDENT-View 				ii)       STUDENT-Rule
	    |							|
	    |							|
	    | (inherits)					| (inherits)
     GRADUATE_STUDENT-View				GRADUATE_STUDENT-Rule


OR if this can be done in version 3.0.

					M.Qutaishat
				   maq%cm.cf.ac.uk@nsf.ac.uk

