diff options
author | Stephen Frost <sfrost@snowman.net> | 2016-04-06 21:45:32 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2016-04-06 21:45:32 -0400 |
commit | 6c268df1276e9dd73e4d2cc89cf8787e8f186bda (patch) | |
tree | 7ed004762c6ca1e8114f2919ca9d781d31c5579c /src/test | |
parent | 0b62fd036e1ac48a8432bb9664b21e1f036c1b08 (diff) |
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
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/regress/expected/sanity_check.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/regress/expected/sanity_check.out b/src/test/regress/expected/sanity_check.out index 2c5be4bae4b..4d81ba7dac2 100644 --- a/src/test/regress/expected/sanity_check.out +++ b/src/test/regress/expected/sanity_check.out @@ -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 |