]> granicus.if.org Git - postgresql/commit
psql: Fix \ef, \sf tab completion
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 2 Apr 2018 16:46:24 +0000 (12:46 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 2 Apr 2018 16:46:24 +0000 (12:46 -0400)
commit05e85d35afb0a58080d6a1a0b582bf8a6471c7f1
treec44d3f356e2d8027e25f6ccdd05dfc5d6fcf998f
parent6278a2a262b63faaf47eb2371f6bcb5b6e3ff118
psql: Fix \ef, \sf tab completion

\ef and \sf take any kind of routine, not just normal functions.

Author: Pavel Stehule <pavel.stehule@gmail.com>
src/bin/psql/tab-complete.c