]> granicus.if.org Git - postgresql/commit
Trivial fix for a bug introduced in r1.94 of help.c: we want to only
authorNeil Conway <neilc@samurai.com>
Wed, 24 Nov 2004 04:58:42 +0000 (04:58 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 24 Nov 2004 04:58:42 +0000 (04:58 +0000)
commite17766c12e13405e4ec20464086eeeb605c83295
tree2ac852b846fc75bda6d1d6ceff9a92f284993cf7
parent4acc97d7e4742a0130c93ece34146beda8b851f3
Trivial fix for a bug introduced in r1.94 of help.c: we want to only
include "\s" in \? output when readline is enabled, but that commit
supressed "\s" whether readline was enabled or not.
src/bin/psql/help.c