| -- noinspection SqlDialectInspectionForFile | |
| -- noinspection SqlNoDataSourceInspectionForFile | |
| SET statement_timeout = 0; | |
| SET lock_timeout = 0; | |
| SET client_encoding = 'UTF8'; | |
| SET standard_conforming_strings = on; | |
| SET check_function_bodies = false; | |
| SET client_min_messages = warning; | |
| SET row_security = off; | |
| CREATE DATABASE edgex WITH TEMPLATE = template0 ENCODING = 'UTF8'; | |
| ALTER DATABASE edgex OWNER TO postgres; |