- Move privileges and grants to privileges.sql - Move schema, tables and functions to schema.sql - Move global database settings to database.sql Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
3 lines
110 B
SQL
3 lines
110 B
SQL
SET check_function_bodies = false; -- to allow conditionals based on the pg version
|
|
SET search_path = public;
|