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#
8bindir=@POSTGRESQL_BINDIR@
9db_name=@db_name@
10
11$bindir/psql $* ${db_name}
12