Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id PAA07584 for postgres-redist; Tue, 30 Aug 1994 15:07:29 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199408302207.PAA07584@nobozo.CS.Berkeley.EDU>
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id PAA07574; Tue, 30 Aug 1994 15:07:28 -0700
Message-Id: <199408302207.PAA07574@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol
From: aoki@cs.berkeley.edu (Paul M. Aoki)
To: tom@basil.icce.rug.nl (Tom R.Hageman)
Cc: postgres@postgres.Berkeley.EDU
Subject: Re: 4.2 regression test 
Reply-To: aoki@cs.berkeley.edu (Paul M. Aoki)
In-reply-to: Your message of Tue, 30 Aug 94 17:34:39 +0200 
	     <9408301534.AA00535@basil.icce.rug.nl> 
Date: Tue, 30 Aug 94 15:07:28 -0700
X-Sender: aoki@postgres.Berkeley.EDU
Resent-To: postgres-redist@postgres.Berkeley.EDU
X-Mts: smtp
Resent-Date: Tue, 30 Aug 94 15:07:29 -0700
Resent-XMts: smtp

tom@basil.icce.rug.nl (Tom R.Hageman) writes:
> 	replace pg_class (relacl="{}")
> 		where pg_class.relname !~ "pg_*"::text
> As far as I understand it, this revokes all access privileges for all
> user-created classes.

actually, the effect should be the same as setting it to NULL.  look 
at src/backend/tcop/aclchk.c ..

(not that i claim that this is the best way to do it, or that's it's
documented or anything)
--
  Paul M. Aoki          |  University of California at Berkeley
  aoki@CS.Berkeley.EDU  |  Dept. of EECS, Computer Science Division (#1776) 
                        |  Berkeley, CA 94720-1776

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"

   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
