git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4012
91ce42f0-d328-0410-95d8-
f526ca767f89
If you want to use PostgreSQL instead of MySQL, you must add
a function to the PostgreSQL Bacula database to get Bweb to work.
-psql -u bacula bacula < script/bweb-postgresql.sql
+psql -U bacula bacula < script/bweb-postgresql.sql
+
+Tips: PL must be enable in your cluster, you can do this with postgres user
+postgres:~$ echo 'CREATE PROCEDURAL LANGUAGE plpgsql;' | psql bacula
################ BCONSOLE NOTES ################################