]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_postgresql_privileges.in
Correct copy/paste typos
[bacula/bacula] / bacula / src / cats / grant_postgresql_privileges.in
index 5480903bef612fcfb378176aa9b094244c84b01a..9b7218f4ce95825002a268b589901c8f1b71bb73 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 restore_restoreobjectid_seq to ${db_user};
 END-OF-DATA
 if [ $? -eq 0 ]
 then