]> granicus.if.org Git - postgresql/commit
Add \warn command to psql.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Jul 2019 16:32:36 +0000 (12:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Jul 2019 16:32:36 +0000 (12:32 -0400)
commit02e95a5049f7933cbde1dacf401604ea3fc02aa5
treea9d0c9c0645dbc17c16c2cba4c47d58eacc99b7e
parente8fdcacc6cbeed7d1a2175c5eddf0b162e0cb7c4
Add \warn command to psql.

This is like \echo except that the text is sent to stderr not stdout.

In passing, fix a pre-existing bug in \echo and \qecho: per documentation
the -n switch should only be recognized when it is the first argument,
but actually any argument matching "-n" was treated as a switch.
(Should we back-patch that?)

David Fetter (bug fix by me), reviewed by Fabien Coelho

Discussion: https://postgr.es/m/20190421183115.GA4311@fetter.org
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/help.c
src/bin/psql/tab-complete.c
src/test/regress/expected/psql.out
src/test/regress/sql/psql.sql