X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fmake_postgresql_tables.in;h=aa28815a54d0acaaeb02e54a8f01f5d49b7e1313;hb=ac96a9d9bc8a5a23cdd7a1b1bff3e6e2ac863cb9;hp=3a0957640689c3d45ee3831f7b76ad936e4a057e;hpb=9e5f1a99dfc8c786ca9f0e515a830ca64010020b;p=bacula%2Fbacula diff --git a/bacula/src/cats/make_postgresql_tables.in b/bacula/src/cats/make_postgresql_tables.in index 3a09576406..aa28815a54 100644 --- a/bacula/src/cats/make_postgresql_tables.in +++ b/bacula/src/cats/make_postgresql_tables.in @@ -2,49 +2,65 @@ # # shell script to create Bacula PostgreSQL tables # +# Important note: +# You won't get any support for performance issue if you changed the default +# schema. +# bindir=@SQL_BINDIR@ +PATH="$bindir:$PATH" db_name=${db_name:-@db_name@} -$bindir/psql -f - -d ${db_name} $* <