pgsql: psql: Add tests for \errverbose

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Add tests for \errverbose
Date: 2022-03-31 14:33:18
Message-ID: E1nZvrS-000AIU-Ac@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add tests for \errverbose

This is another piece of functionality that happens while a user query
is being sent and which did not have any test coverage.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d3ab618290543017402b3bec9d36dde881becb18

Modified Files
--------------
src/bin/psql/t/001_basic.pl | 47 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-03-31 14:51:53 Re: pgsql: Add 'basebackup_to_shell' contrib module.
Previous Message Tom Lane 2022-03-31 13:53:39 Re: pgsql: Allow root-owned SSL private keys in libpq, not only the backend