Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA19558; Fri, 5 Jul 91 10:23:59 -0700
Message-Id: <9107051723.AA19558@postgres.Berkeley.EDU>
From: mao@postgres.Berkeley.EDU (Mike Olson)
Subject: Re: postquel functions
To: postgres@postgres.berkeley.edu
In-Reply-To: Your message of "Fri, 05 Jul 91 07:06:46 PST."
             <9107051406.AA18183@postgres.Berkeley.EDU> 
Date: Fri, 05 Jul 91 10:18:50 PDT

if you do

	define postquel function hobbies (emp) ...

then you can get rid of the rule by saying

	remove rewrite rule hobbies_rule

but you can't get rid of the attribute that got added to the emp table,
since we don't support removal of attributes yet.

					mike olson
					postgres research group
					uc berkeley
					mao@postgres.berkeley.edu
