]> granicus.if.org Git - postgresql/commit
Add some missing backslash commands to psql's tab-completion knowledge.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Jun 2017 21:10:25 +0000 (17:10 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Jun 2017 21:10:25 +0000 (17:10 -0400)
commitf1175556a17a193395326f45a3e595b4aa3a9eff
tree3792e7a335cc41c3cfeaa297105c7ef5ad297d41
parent512c7356b6574e7622fddb713f96dc8407960680
Add some missing backslash commands to psql's tab-completion knowledge.

\if and related commands were overlooked here, as were \dRp and \dRs
from the logical-replication patch, as was \?.

While here, reformat the list to put each new first command letter on
a separate line; perhaps that will limit the need to reflow the whole
list when we add more commands in future.

Masahiko Sawada (reformatting by me)

Discussion: https://postgr.es/m/CAD21AoDW1QHtBsM33hV+Fg2mYEs+FWj4qtoCU72AwHAXQ3U6ZQ@mail.gmail.com
src/bin/psql/tab-complete.c