]> granicus.if.org Git - postgresql/commit
Rework echo_hidden for \sf and \ef from commit e4d2817.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 22 Nov 2014 14:39:01 +0000 (09:39 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 22 Nov 2014 14:39:01 +0000 (09:39 -0500)
commiteca2b9ba3e1e65c2ac880578bfb3cbeed1cb1d26
treefeeafd525b46c497d2fc034e45f2ef437dcb298d
parent447770404cce5ce86174fa4809784c4e5d0a0a76
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.
src/bin/psql/command.c