]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/postgresql.in
Backport from Bacula Enterprise
[bacula/bacula] / bacula / src / cats / postgresql.in
1 #!/bin/sh
2 #
3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
5 #
6 # shell script to create Bacula PostgreSQL tables
7 #
8 bindir=@POSTGRESQL_BINDIR@
9 db_name=@db_name@
10
11 $bindir/psql $* ${db_name}