pgsql: When completing ALTER INDEX .. SET, add an equals sign also.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When completing ALTER INDEX .. SET, add an equals sign also.
Date: 2015-11-07 04:03:30
Message-ID: E1Zuuiw-0002Yb-A9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

When completing ALTER INDEX .. SET, add an equals sign also.

Jeff Janes

Branch
------
master

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

Modified Files
--------------
src/bin/psql/tab-complete.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-11-07 04:06:23 pgsql: Try to convince gcc that TupleQueueRemap never falls off the end
Previous Message Robert Haas 2015-11-06 21:59:05 pgsql: Modify tqueue infrastructure to support transient record types.