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 ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/f9afdb6d1a2851c5301a9ae962d1d1b3e8bd5a29 Modified Files -------------- src/bin/psql/tab-complete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
