test: Hide "cast on domain" warnings in spec tests

Also removes a few other unused settings which originate from running pg_dump.
This commit is contained in:
Wolfgang Walther
2024-02-19 17:49:16 +01:00
parent 5804b754e3
commit 8ff9f3292e
+3 -12
View File
@@ -1,16 +1,7 @@
--
-- PostgreSQL database dump
--
-- Dumped from database version 9.5beta1
-- Dumped by pg_dump version 9.5beta1
SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
-- Hide warnings because casts on domains would show a lot of:
-- WARNING: cast will be ignored because the source data type is a domain
SET client_min_messages = error;
CREATE SCHEMA public;
CREATE SCHEMA postgrest;