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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add support for tab-completion of type arguments in \df, \do.
Date: 2021-04-08 19:38:36
Message-ID: E1lUaU8-0002sT-An@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-04-08 19:55:25 pgsql: Silence another _bt_check_unique compiler warning.
Previous Message Tom Lane 2021-04-08 19:14:32 pgsql: Suppress uninitialized-variable warning.