]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_postgresql_privileges.in
Tweak insert_autokey to use unsigned int64 instead of signed int64.
[bacula/bacula] / bacula / src / cats / grant_postgresql_privileges.in
index 19ee9bcf4a1d02f68917d7ef1d1715e99995d40a..fa90165a9d0e9d2912549385c39010a017143a06 100644 (file)
@@ -33,7 +33,9 @@ grant all on location   to ${db_user};
 grant all on locationlog  to ${db_user};
 grant all on log         to ${db_user};
 grant all on jobhisto    to ${db_user};
-
+grant all on PathHierarchy  to ${db_user};
+grant all on PathVisibility to ${db_user};
+grant all on RestoreObject to ${db_user};
 -- for sequences on those tables
 
 grant select, update on filename_filenameid_seq    to ${db_user};
@@ -52,7 +54,7 @@ grant select, update on device_deviceid_seq      to ${db_user};
 grant select, update on location_locationid_seq    to ${db_user};
 grant select, update on locationlog_loclogid_seq   to ${db_user};
 grant select, update on log_logid_seq             to ${db_user};
-
+grant select, update on restoreobject_restoreobjectid_seq to ${db_user};
 END-OF-DATA
 if [ $? -eq 0 ]
 then