]> granicus.if.org Git - postgresql/commit
Fix psql tab completion for CREATE USER MAPPING.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Jul 2017 18:13:15 +0000 (14:13 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Jul 2017 18:13:15 +0000 (14:13 -0400)
commit8d304072a2573f0bfbdf893cc79197aeecdb5242
tree2f2c9ca0c70d18cb50f17ad56cf1ce2a8f15d8ae
parent77cb4a1d6730a69906baf0b052aae7dc11f07764
Fix psql tab completion for CREATE USER MAPPING.

After typing CREATE USER M..., it would not fill in MAPPING FOR,
even though that was clearly intended behavior.

Jeff Janes

Discussion: https://postgr.es/m/CAMkU=1wo2iQ6jWnN=egqOb5NxEPn0PpANEtKHr3uPooQ+nYPtw@mail.gmail.com
src/bin/psql/tab-complete.c