]> git.sur5r.net Git - bacula/bacula/commitdiff
Removed workaround for bug in Ingres with insert into tables with sequences from...
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 27 May 2010 19:29:10 +0000 (21:29 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:50 +0000 (16:53 +0200)
bacula/src/cats/make_ingres_tables.in

index 2dc8c162ae58df04fe024a61c52a5a27fde73fd1..3dd62447ca1f6f4ad12725af069c3aee0259bde4 100755 (executable)
@@ -9,6 +9,15 @@ db_user=${db_user:-@db_user@}
 
 sql -u${db_user} $* ${db_name} <<END-OF-DATA
 
+--
+-- When using batch insert make sure you adhere to the following
+-- minimum Ingres version:
+--
+-- Ingres 9.2 or higher with the fix for bug 123652 and bug 117256
+--   For Solaris x86 this is Ingres 9.2. + patch 13785 or higher
+--   For Linux x86_64 this is Ingres 9.2 + patch 13790 or higher
+--
+
 --
 -- As it seems the upper limit for a VARCHAR/VARBYTE column is 32000 bytes
 -- We could have used a BLOB as storage type which can go up to 2 Gb but