Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2019-05-23 01:48:17 +0000
committerMichael Paquier2019-05-23 01:48:17 +0000
commit156c0c2dff403fd115f3a5f6d73ab80959c84129 (patch)
tree07407013a8c269b986b34718d8585809662242cf /src/backend/access/gist
parent657c2384c6c79c6ed0d6f71f811b2fc7c41f104a (diff)
Fix ordering of GRANT commands in pg_dumpall for tablespaces
This uses a method similar to 68a7c24f and now b8c6014 (applied for database creation), which guarantees that GRANT commands using the WITH GRANT OPTION are dumped in a way so as cascading dependencies are respected. Note that tablespaces do not have support for initial privileges via pg_init_privs, so the same method needs to be applied again. It would be nice to merge all the logic generating ACL queries in dumps under the same banner, but this requires extending the support of pg_init_privs to objects that cannot use it yet, so this is left as future work. Discussion: https://postgr.es/m/20190522071555.GB1278@paquier.xyz Author: Michael Paquier Reviewed-by: Nathan Bossart Backpatch-through: 9.6
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions