pgsql: Fix psql's tab completion for TABLE.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix psql's tab completion for TABLE.
Date: 2018-09-20 21:21:20
Message-ID: E1g36O0-0006OI-Kp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix psql's tab completion for TABLE.

This should offer the same relation types that SELECT ... FROM would.
You can't select from an index for instance, so offering it here is
unhelpful. Noted while testing ilmari's recent patch.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-09-20 21:44:15 pgsql: Remove special handling for open() in initdb for Windows
Previous Message Tom Lane 2018-09-20 20:10:36 pgsql: Add a "return" statement to pacify perlcritic.