]> git.sur5r.net Git - bacula/bacula/commitdiff
Revert "Added missing grant for postgresql as reported by Martin Simmons"
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:22:56 +0000 (12:22 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:22:56 +0000 (12:22 +0200)
This reverts commit 0f0fd42aaa4ac8baa0095d1d9a3c1ff271463102.

bacula/src/cats/grant_postgresql_privileges.in

index e1a00c5c38e7472ef3636e1ca075c3695e9462a9..78219629ffb271e855b776134ff371475396805e 100644 (file)
@@ -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