Add create_db.sql
This commit is contained in:
commit
0974fc9f63
13
create_db.sql
Normal file
13
create_db.sql
Normal file
@ -0,0 +1,13 @@
|
||||
-- Database: def-view-and-func
|
||||
|
||||
-- DROP DATABASE IF EXISTS "def-view-and-func";
|
||||
|
||||
CREATE DATABASE "def-view-and-func"
|
||||
WITH
|
||||
OWNER = dbuser01
|
||||
ENCODING = 'UTF8'
|
||||
LC_COLLATE = 'en_US.utf8'
|
||||
LC_CTYPE = 'en_US.utf8'
|
||||
TABLESPACE = pg_default
|
||||
CONNECTION LIMIT = -1
|
||||
IS_TEMPLATE = False;
|
||||
Loading…
x
Reference in New Issue
Block a user