pgsql: Make TABLE tab complation in psql include all relations - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Make TABLE tab complation in psql include all relations
Date
Msg-id E1RIIeT-0003Ip-LO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make TABLE tab complation in psql include all relations

Not just tables, since views also work fine with the
TABLE command.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a74a5f59137c778450bafcc1b7de505a7a4a9204

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make psql support tab completion of EXECUTE
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add debugging aid in isolationtester