pgsql: Add support for tab-completion of type arguments in \df, \do. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add support for tab-completion of type arguments in \df, \do.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Add support for tab-completion of type arguments in \df, \do.

Oversight in commit a3027e1e7.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d1fcbde579d440c35023baa0de7ebf27f644a314

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress uninitialized-variable warning.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Silence another _bt_check_unique compiler warning.