From: Eric Bollengier Date: Fri, 18 Jun 2010 14:38:42 +0000 (+0200) Subject: Fix postgresql error in grant script X-Git-Tag: Release-5.2.1~1284 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=434024ee02a0f6bbc07f9a8a13ffb4fb8621abc6;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