Suppress psql \s help display for platforms like Win32 that don't

Bruce Momjian <bruce@momjian.us>

Commit: c62a5465fba74c9bc1ae2e45b705a633a03fcc46
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-10-06T18:39:16Z
Releases: 8.0.0
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.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +2 −2
src/bin/psql/help.c modified +3 −1
src/bin/psql/input.c modified +3 −1