From: Dan Langille Date: Wed, 10 Dec 2003 19:09:37 +0000 (+0000) Subject: For symmetry, add this file. At present, all it does is update the version table. X-Git-Tag: Release-7.0.0~9875 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5590d36b9538f1084ae29e0be851ac4adba4252a;p=bacula%2Fbacula For symmetry, add this file. At present, all it does is update the version table. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@855 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in new file mode 100755 index 0000000000..5a1d492814 --- /dev/null +++ b/bacula/src/cats/update_postgresql_tables.in @@ -0,0 +1,22 @@ +#!/bin/sh +# +# Shell script to update PostgreSQL tables +# +echo " " +echo "Depending on the size of your database," +echo "this script may take several minutes to run." +echo " " +bindir=@SQL_BINDIR@ + +if $bindir/psql $* -f - <