[PATCH] psql: add tab completion for \df slash command suffixes - Mailing list pgsql-hackers

From Ian Barwick
Subject [PATCH] psql: add tab completion for \df slash command suffixes
Date
Msg-id 07056421-2c99-9de8-c003-d8b800d5060c@2ndquadrant.com
Whole thread Raw
Responses Re: [PATCH] psql: add tab completion for \df slash command suffixes  (Kuntal Ghosh <kuntalghosh.2007@gmail.com>)
List pgsql-hackers
Hi

I just noticed "\df[TAB]" fails to offer any tab-completion for
the possible suffixes ("\dfa", "\dfn", "\dfp", "\dft" and "\dfw").
Trivial patch attached, which applies back to Pg96, and separate
patches for Pg95 and Pg94.

I'll add this to the next commitfest.

Regards

Ian Barwick

-- 
  Ian Barwick                   https://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Improve error detections in TAP tests by spreading safe_psql
Next
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index.