4 lines
141 B
SQL
4 lines
141 B
SQL
SET client_encoding = 'utf8';
|
|
SET check_function_bodies = false;
|
|
SET client_min_messages = warning;
|
|
SET search_path = public, pg_catalog;
|