pgsql: psql: Fix \ef, \sf tab completion - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Fix \ef, \sf tab completion
Date
Msg-id E1f32dJ-0006BI-6t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05e85d35afb0a58080d6a1a0b582bf8a6471c7f1

Modified Files
--------------
src/bin/psql/tab-complete.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Transforms for jsonb to PL/Python
Next
From: Tom Lane
Date:
Subject: pgsql: Fix some dubious WAL-parsing code.