From: Kern Sibbald Date: Sat, 10 Apr 2010 10:22:56 +0000 (+0200) Subject: Revert "Added missing grant for postgresql as reported by Martin Simmons" X-Git-Tag: Release-5.0.2~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97f71596ef7d04edc97baea5e0ec5b15248d7a91;p=bacula%2Fbacula Revert "Added missing grant for postgresql as reported by Martin Simmons" This reverts commit 0f0fd42aaa4ac8baa0095d1d9a3c1ff271463102. --- diff --git a/bacula/src/cats/grant_postgresql_privileges.in b/bacula/src/cats/grant_postgresql_privileges.in index e1a00c5c38..78219629ff 100644 --- a/bacula/src/cats/grant_postgresql_privileges.in +++ b/bacula/src/cats/grant_postgresql_privileges.in @@ -54,7 +54,6 @@ 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