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

View File

@@ -6,7 +6,5 @@
4.1|
4.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,fdw_user)
ERROR: server "cdb_fs_doesNotExist" does not exist
CONTEXT: SQL statement "DROP SERVER "cdb_fs_doesNotExist" CASCADE"
PL/pgSQL function cdb_federated_server_unregister(text) line 5 at EXECUTE
5.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,fdw_user)
6.1|