pgsql: Make TABLE tab complation in psql include all relations

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make TABLE tab complation in psql include all relations
Date: 2011-10-24 11:25:09
Message-ID: E1RIIeT-0003Ip-LO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-10-25 01:15:08 pgsql: Add debugging aid in isolationtester
Previous Message Tom Lane 2011-10-23 23:25:49 pgsql: Make psql support tab completion of EXECUTE <prepared-statement-