Hmm, should ACL[] be toastable? - Mailing list pgsql-hackers

From Tom Lane
Subject Hmm, should ACL[] be toastable?
Date
Msg-id 17245.964897719@sss.pgh.pa.us
Whole thread Raw
Responses Re: Hmm, should ACL[] be toastable?
List pgsql-hackers
I notice that ACL lists are represented as arrays of aclitem, which
means they are now theoretically toastable.  (In practice, I haven't
finished fixing all the routines that touch ACLs, but will soon.)

Do we need long lists of ACLs?  If so, is there any danger in giving
pg_class a toast relation?  It's a tad closer to the heart of the
system than pg_rewrite, so I'm not quite sure if that will work or
not.  Jan?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Kovacs Zoltan Sandor
Date:
Subject: pg_dump + function/table hierarchy
Next
From: Philip Warner
Date:
Subject: Re: pg_dump + function/table hierarchy