Return-Path: postarch
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA27574; Tue, 3 Mar 92 10:57:58 -0800
Message-Id: <9203031857.AA27574@postgres.Berkeley.EDU>
From: postarch (Postgres Mailing Archive)
Subject: Re: Help with views
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Reply-To: mer@postgres.berkeley.edu
In-Reply-To: Your message of "Tue, 25 Feb 92 18:08:27 PST."
             <9202260208.AA02860@postgres.Berkeley.EDU> 
Date: Tue, 03 Mar 92 10:57:40 PST

you write:

> I have created a view called schema
> How can I remove and or modify the view.

remove:

	remove view schema

I'm not sure what you mean by modify.  You can append/delete/replace tuples
to views in the same way as relations.  If you want to change the attributes
you must define another view. (i.e. addattr (foo = bar) to schema doesn't
work.


Jeff
