]> granicus.if.org Git - postgresql/commit
Rearrange yes/no prompting code so that the prompts always show the
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 22 Sep 2006 18:50:41 +0000 (18:50 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 22 Sep 2006 18:50:41 +0000 (18:50 +0000)
commitcbb7acface7115dfb17674a68086bc82a3b8fa11
treeb2f6cc9819f95d24e2406903fbfc2d7e66daa8ed
parentae3f415f1db15788c17e163d0d7df6509f81cd2c
Rearrange yes/no prompting code so that the prompts always show the
(possibly (un)translated) letters that are actually expected as input.
Also reject invalid responses instead of silenty taken them as "no".

with help from Bernd Helmle
src/bin/scripts/common.c
src/bin/scripts/common.h
src/bin/scripts/createuser.c
src/bin/scripts/dropdb.c
src/bin/scripts/dropuser.c
src/bin/scripts/nls.mk