]> git.sur5r.net Git - bacula/bacula/commitdiff
Merge branch 'Branch-5.0' of ssh://marcovw@bacula.git.sourceforge.net/gitroot/bacula...
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 8 Apr 2010 16:57:46 +0000 (18:57 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Thu, 8 Apr 2010 16:57:46 +0000 (18:57 +0200)
bacula/src/cats/grant_postgresql_privileges.in

index 4b17bc277deb084c99408bbc1a11bc73a2dd815e..e1a00c5c38e7472ef3636e1ca075c3695e9462a9 100644 (file)
@@ -44,6 +44,7 @@ grant select, update on pool_poolid_seq          to ${db_user};
 grant select, update on client_clientid_seq       to ${db_user};
 grant select, update on media_mediaid_seq         to ${db_user};
 grant select, update on job_jobid_seq             to ${db_user};
+grant select, update on jobhisto_jobid_seq         to ${db_user};
 grant select, update on file_fileid_seq           to ${db_user};
 grant select, update on jobmedia_jobmediaid_seq    to ${db_user};
 grant select, update on basefiles_baseid_seq      to ${db_user};