From: Eric Bollengier Date: Fri, 18 Jun 2010 14:38:42 +0000 (+0200) Subject: Fix postgresql error in grant script X-Git-Tag: Release-7.0.0~1749 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6c68b107d7e972d2519d0c85e3c68a3caa85819;p=bacula%2Fbacula Fix postgresql error in grant script --- diff --git a/bacula/src/cats/grant_postgresql_privileges.in b/bacula/src/cats/grant_postgresql_privileges.in index 9b7218f4ce..fa90165a9d 100644 --- a/bacula/src/cats/grant_postgresql_privileges.in +++ b/bacula/src/cats/grant_postgresql_privileges.in @@ -54,7 +54,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 restore_restoreobjectid_seq to ${db_user}; +grant select, update on restoreobject_restoreobjectid_seq to ${db_user}; END-OF-DATA if [ $? -eq 0 ] then