]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix postgresql error in grant script
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 18 Jun 2010 14:38:42 +0000 (16:38 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:54 +0000 (16:53 +0200)
bacula/src/cats/grant_postgresql_privileges.in

index 9b7218f4ce95825002a268b589901c8f1b71bb73..fa90165a9d0e9d2912549385c39010a017143a06 100644 (file)
@@ -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