Re: allow_system_table_mods stuff - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: allow_system_table_mods stuff
Date
Msg-id a7455db0-2fc0-4ddc-4d8f-e4c860957a34@2ndquadrant.com
Whole thread Raw
In response to allow_system_table_mods stuff  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: allow_system_table_mods stuff
List pgsql-hackers
Here is a new patch after the discussion.

- Rename allow_system_table_mods to allow_system_table_ddl.

(This makes room for a new allow_system_table_dml, but it's not
implemented here.)

- Make allow_system_table_ddl SUSET.

- Add regression test.

- Remove the behavior that allow_system_table_mods allowed
non-superusers to do DML on catalog tables without further access checking.

I think there was general agreement on all these points.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: postgres_fdw: Minor improvement to postgresAcquireSampleRowsFunc
Next
From: Julien Rouhaud
Date:
Subject: Re: postgres_fdw: Minor improvement to postgresAcquireSampleRowsFunc