emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql 749becb017 181/427: Disable notices and warnings i


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 749becb017 181/427: Disable notices and warnings in psql.
Date: Tue, 13 Dec 2022 02:59:40 -0500 (EST)

branch: elpa/emacsql
commit 749becb017134c57b6dad69362d751a1897ff700
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Disable notices and warnings in psql.
---
 emacsql-psql.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emacsql-psql.el b/emacsql-psql.el
index abd3f7459e..9001cef311 100644
--- a/emacsql-psql.el
+++ b/emacsql-psql.el
@@ -70,6 +70,7 @@
                 "\\a"
                 "\\t"
                 "\\f ' '"
+                "SET client_min_messages TO ERROR;"
                 "\\set PROMPT1 ]"
                 "EMACSQL;")) ; error message flush
         (emacsql-wait connection)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]