From: Eric Bollengier Date: Wed, 17 Jan 2007 13:19:25 +0000 (+0000) Subject: ebl add psql creation X-Git-Tag: Release-2.0.2~77 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8b76d01e5b5dcfccf76116a1c74178772b7dceb0;p=bacula%2Fbacula ebl add psql creation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4005 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/script/bweb-postgresql.sql b/gui/bweb/script/bweb-postgresql.sql index ab49789243..626333a5fa 100644 --- a/gui/bweb/script/bweb-postgresql.sql +++ b/gui/bweb/script/bweb-postgresql.sql @@ -1,3 +1,4 @@ +CREATE PROCEDURAL LANGUAGE plpgsql; BEGIN; CREATE FUNCTION SEC_TO_TIME(timestamp with time zone) @@ -37,4 +38,4 @@ RETURN val; END; $$ language 'plpgsql'; -COMMIT; \ No newline at end of file +COMMIT;