From 0f0fd42aaa4ac8baa0095d1d9a3c1ff271463102 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Thu, 8 Apr 2010 18:56:54 +0200 Subject: [PATCH] Added missing grant for postgresql as reported by Martin Simmons --- 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..4b17bc277d 100644 --- a/bacula/src/cats/grant_postgresql_privileges.in +++ b/bacula/src/cats/grant_postgresql_privileges.in @@ -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 -- 2.39.5