Re: CATUPDATE confusion? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CATUPDATE confusion?
Date
Msg-id 5067.1425526720@sss.pgh.pa.us
Whole thread Raw
In response to Re: CATUPDATE confusion?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: CATUPDATE confusion?
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Any other opinions?
> The options are:
> 0) Leave as is.
> 1) Remove catupdate and replace with superuser checks.
> 2) Remove catupdate and rely on regular table permissions on catalogs.

I think I vote for (1).  I do not like (2) because of the argument I made
upthread that write access on system catalogs is far more dangerous than
a naive DBA might think.  (0) has some attraction but really CATUPDATE
is one more concept than we need.

On the other hand, if Stephen is going to push forward with his plan to
subdivide superuserness, we might have the equivalent of CATUPDATE right
back again.  (But at least it would be properly documented and
supported...)
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: forward vs backward slashes in msvc build code
Next
From: Andrew Dunstan
Date:
Subject: Re: forward vs backward slashes in msvc build code