]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_bacula_privileges.in
Tweak insert_autokey to use unsigned int64 instead of signed int64.
[bacula/bacula] / bacula / src / cats / grant_bacula_privileges.in
index eb290b7eb1be37787579b2d266b333fafaef5af7..d18a8731fb8b72a2880b8e33eeb45ba987b943fb 100755 (executable)
@@ -11,6 +11,9 @@ else
   if test xpostgresql = x@DB_TYPE@ ; then 
     echo "Granting PostgreSQL privileges"
     @scriptdir@/grant_postgresql_privileges $*
+  elif test xingres = x@DB_TYPE@ ; then
+    echo "Granting Ingres privileges"
+    @scriptdir@/grant_ingres_privileges $*
   else
     if test xsqlite3 = x@DB_TYPE@ ; then 
       echo "Granting SQLite privileges"