Remove error context

This commit is contained in:
Raul Marin
2019-10-29 11:57:24 +01:00
parent acf1f2dbd4
commit f285c806fc
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
-- Setup
\set QUIET on
SET client_min_messages TO error;
\set VERBOSITY terse
SET SESSION AUTHORIZATION postgres;
CREATE EXTENSION postgres_fdw;
\set QUIET off