OSDN Git Service

Suppress psql \s help display for platforms like Win32 that don't
authorBruce Momjian <bruce@momjian.us>
Wed, 6 Oct 2004 18:39:16 +0000 (18:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 6 Oct 2004 18:39:16 +0000 (18:39 +0000)
commitc62a5465fba74c9bc1ae2e45b705a633a03fcc46
treeb68778d1b6c0a9947cae13e2c5a4bdbec0a14296
parent94954c7f6a378c6e812ea114488e3c9fa71e55f0
Suppress psql \s help display for platforms like Win32 that don't
typically install witn readline, and throw an error if they try to
access it.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/help.c
src/bin/psql/input.c