]> git.sur5r.net Git - bacula/bacula/commitdiff
Added missing grant for postgresql as reported by Martin Simmons
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 8 Apr 2010 16:56:54 +0000 (18:56 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Thu, 8 Apr 2010 16:56:54 +0000 (18:56 +0200)
bacula/src/cats/grant_postgresql_privileges.in

index 5480903bef612fcfb378176aa9b094244c84b01a..4b17bc277deb084c99408bbc1a11bc73a2dd815e 100644 (file)
@@ -53,6 +53,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 jobhisto_jobid_seq        to ${db_user};
 END-OF-DATA
 if [ $? -eq 0 ]
 then