From f6c68b107d7e972d2519d0c85e3c68a3caa85819 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 18 Jun 2010 16:38:42 +0200 Subject: [PATCH] Fix postgresql error in grant script --- bacula/src/cats/grant_postgresql_privileges.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5