psql: Fix \df tab completion for procedures Commit fb421231daa extended \df to include procedures, but its tab completion continued not to show procedures.
Update \df tab completion to include procedures as well. Backpatch to all supported versions. Author: Erik Wienhold <[email protected]> Reviewed-by: Surya Poondla <[email protected]> Reviewed-by: Fujii Masao <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6d4ca6de97770cdaee18517dd2f8fe8f4ecee187 Modified Files -------------- src/bin/psql/tab-complete.in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
