From 2c1c493977dbb5d208815b1adc1413084d636813 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Sat, 31 Oct 2015 22:11:24 -0700 Subject: [PATCH] Update the changelong to add \h. --- changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.rst b/changelog.rst index 4f5a87f9..d86d0577 100644 --- a/changelog.rst +++ b/changelog.rst @@ -8,6 +8,9 @@ Features: background thread. This means large databases with thousands of tables are handled without blocking. * Add ``CONCURRENTLY`` to keyword completion. (Thanks: `Johannes Hoff`_). +* Add support for ``\h`` command. (Thanks: `Stuart Quin`_). + This is a huge deal. Users can now get help on an SQL command by typing: + ``\h COMMAND_NAME`` in the pgcli prompt. * Add support for ``\x auto``. (Thanks: `Stuart Quin`_). ``\\x auto`` will automatically switch to expanded mode if the output is wider than the display window.