3 #=======================================================================
5 # File ID: 372e8e36-fafb-11dd-8930-000475e441b9
6 # License: GNU General Public License version 3 or later.
7 #=======================================================================
10 [ -z "$1" ] ||
{ DBASE
=$1; }
12 psql
-d $DBASE -c "CREATE LANGUAGE plpgsql;"
13 psql
-d $DBASE -f init.sql