branch: elpa/emacsql commit 749becb017134c57b6dad69362d751a1897ff700 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@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)))))