From 52d20e64bcb63f0bbe9890617b3fa71c679ddfbe Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 8 Apr 2010 18:47:41 +0200 Subject: [PATCH] fix grant_postgresql_privileges doesn t grant permissions on jobhisto_jobid_seq --- bacula/src/cats/grant_postgresql_privileges.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/cats/grant_postgresql_privileges.in b/bacula/src/cats/grant_postgresql_privileges.in index 5480903bef..78219629ff 100644 --- a/bacula/src/cats/grant_postgresql_privileges.in +++ b/bacula/src/cats/grant_postgresql_privileges.in @@ -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}; -- 2.39.5