psql: Fix \df tab completion for procedures

Erik Wienhold <ewie@ewie.name>

From: Erik Wienhold <ewie@ewie.name>
To: pgsql-hackers@lists.postgresql.org
Date: 2026-07-01T19:36:23Z
Lists: pgsql-hackers

Attachments

Here's a patch that fixes the tab completion for \df to also consider
procedures, in effect every kind of routine.

I guess this was just missed in commits fb421231daa and 05e85d35afb.

-- 
Erik Wienhold

Commits

  1. psql: Fix \df tab completion for procedures