pgsql: psql: Add tests for \errverbose - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Add tests for \errverbose
Date
Msg-id E1nZvrS-000AIU-Ac@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Allow root-owned SSL private keys in libpq, not only the backend
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing newline in one libpq error message.