summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2005-07-06 03:14:48 +0000
committerBruce Momjian2005-07-06 03:14:48 +0000
commitc3a69c3b3bf2a4c338a6c6293203e577d2000dd6 (patch)
treee1b3248adc778af2f34c9f381de507c851a9c22e /doc/src
parent84d630eb24afb6887f9dff1362e1485d3db00017 (diff)
Attached is a patch that enhances the "\h" capability in psql. I often
find myself typing a command and then wanting to get the syntax for it. So I do a ctrl-a and add a \h: but psql does not recognize the command, because I have stuff attached to it (e.g. "alter table foobar"), so I have to scroll over and delete everything except the name of the command itself. This patch gives \h three chances to match: if nothing matches the complete string (current behavior), it tries to match the first two words (e.g. "ALTER TABLE"). If that fails, it tries to match the first word (e.g. "DELETE"). Greg Sabino Mullane
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions