To suppress unwanted "NOTICE: ..." messages which pollute the log. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
4 lines
202 B
SQL
4 lines
202 B
SQL
SET client_min_messages = WARNING; -- suppress "NOTICE: ..." messages which pollute the log
|
|
SET check_function_bodies = false; -- to allow conditionals based on the pg version
|
|
SET search_path = public;
|