We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd190cd commit 1464bd1Copy full SHA for 1464bd1
1 file changed
manifests/server/grant.pp
@@ -425,10 +425,8 @@
425
# }
426
case $_object_name {
427
Array: {
428
- $_togrant_object = $_enquote_object ? {
429
- false => join($_object_name, '.'),
430
- default => join($_object_name, '"."'),
431
- }
+ # pg_* views does not contain schema name as part of the object name
+ $_togrant_object = $_object_name
432
# Never put double quotes into has_*_privilege function
433
$_granted_object = join($_object_name, '.')
434
}
0 commit comments