summaryrefslogtreecommitdiff
path: root/plugins/ompgsql/createDB.sql
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ompgsql/createDB.sql')
-rw-r--r--plugins/ompgsql/createDB.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ompgsql/createDB.sql b/plugins/ompgsql/createDB.sql
index 2f72a0a..0c0f7e1 100644
--- a/plugins/ompgsql/createDB.sql
+++ b/plugins/ompgsql/createDB.sql
@@ -1,4 +1,4 @@
-CREATE DATABASE 'Syslog' WITH ENCODING 'SQL_ASCII';
+CREATE DATABASE "Syslog" WITH ENCODING 'SQL_ASCII' TEMPLATE template0;
\c Syslog;
CREATE TABLE SystemEvents
(