pgsql: Fix psql's tab completion for TABLE. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix psql's tab completion for TABLE.
Date
Msg-id E1g36O0-0006OI-Kp@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add a "return" statement to pacify perlcritic.
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove special handling for open() in initdb for Windows