feat(db): show notice messages

This commit is contained in:
Taha Yassine Kraiem 2022-03-24 15:55:18 +01:00
parent 6ecc7ddbbb
commit 88be23dd12
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
\set ON_ERROR_STOP true
SET client_min_messages TO NOTICE;
BEGIN;
CREATE OR REPLACE FUNCTION openreplay_version()
RETURNS text AS

View file

@ -1,4 +1,5 @@
\set ON_ERROR_STOP true
SET client_min_messages TO NOTICE;
BEGIN;
CREATE OR REPLACE FUNCTION openreplay_version()
RETURNS text AS