Fix \? and \pset pager handling. \? wasn't honoring pager before.
Bruce Momjian <bruce@momjian.us>
Fix \? and \pset pager handling. \? wasn't honoring pager before.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +3 −3 |
| src/bin/psql/command.c | modified | +2 −2 |
| src/bin/psql/help.c | modified | +76 −68 |
| src/bin/psql/help.h | modified | +2 −2 |
| src/bin/psql/print.c | modified | +7 −14 |
| src/bin/psql/print.h | modified | +8 −3 |