pgsql-server/src/bin/psql tab-complete.c

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql tab-complete.c
Date: 2003-10-28 23:35:52
Message-ID: 20031028233552.DB78BD1B4F9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/10/28 19:35:52

Modified files:
src/bin/psql : tab-complete.c

Log message:
Don't include "schema." in the set of possible tab completions once
"schema." has been typed. This allows readline to complete subsequent
characters immediately if all relations in the target schema start with
the same prefix. This actually worked before, but I unintentionally
broke it a few days ago.
Also, make completion schema-aware for GRANT, REVOKE, VACUUM.

Browse pgsql-committers by date

  From Date Subject
Next Message Dave Cramer 2003-10-29 02:39:11 pgsql-server/src/interfaces/jdbc/org/postgresq ...
Previous Message Tom Lane 2003-10-28 21:55:58 pgsql-server/src/interfaces ecpg/compatlib/Mak ...