Thread: pgsql: Rework echo_hidden for \sf and \ef from commit e4d2817.

pgsql: Rework echo_hidden for \sf and \ef from commit e4d2817.

From
Andrew Dunstan
Date:
Rework echo_hidden for \sf and \ef from commit e4d2817.

PSQLexec's error reporting turns out to be too verbose for this case, so
revert to using PQexec instead with minimal error reporting. Prior to
calling PQexec, we call a function that mimics just the echo_hidden
piece of PSQLexec.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eca2b9ba3e1e65c2ac880578bfb3cbeed1cb1d26

Modified Files
--------------
src/bin/psql/command.c |   37 ++++++++++++++++++++++++++++++++++---
1 file changed, 34 insertions(+), 3 deletions(-)