]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/cats/create_postgresql_database.sql
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / cats / create_postgresql_database.sql
diff --git a/bacula/src/win32/cats/create_postgresql_database.sql b/bacula/src/win32/cats/create_postgresql_database.sql
new file mode 100644 (file)
index 0000000..bebc251
--- /dev/null
@@ -0,0 +1,2 @@
+CREATE DATABASE bacula ENCODING 'SQL_ASCII';\r
+ALTER DATABASE bacula SET datestyle TO 'ISO, YMD';\r