mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Add new catalog called pg_init_privs
This new catalog holds the privileges which the system was initialized with at initdb time, along with any permissions set by extensions at CREATE EXTENSION time. This allows pg_dump (and any other similar use-cases) to detect when the privileges set on initdb-created or extension-created objects have been changed from what they were set to at initdb/extension-creation time and handle those changes appropriately. Reviews by Alexander Korotkov, Jose Luis Tallon
This commit is contained in:
@ -110,6 +110,7 @@ pg_foreign_server|t
|
||||
pg_foreign_table|t
|
||||
pg_index|t
|
||||
pg_inherits|t
|
||||
pg_init_privs|t
|
||||
pg_language|t
|
||||
pg_largeobject|t
|
||||
pg_largeobject_metadata|t
|
||||
|
Reference in New Issue
Block a user