Suppress psql \s help display for platforms like Win32 that don't
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |