]> 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 5480903bef612fcfb378176aa9b094244c84b01a..fa90165a9d0e9d2912549385c39010a017143a06 100644 (file)
@@ -35,6 +35,7 @@ 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};
@@ -53,6 +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