Re: psql tab completion: fix COMMENT ON ... IS IS IS

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Ian Barwick <ian(at)2ndquadrant(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql tab completion: fix COMMENT ON ... IS IS IS
Date: 2014-12-31 16:07:38
Message-ID: CA+TgmoZPYZ5-Ze3-A-P7h3zU+h--QyT2FKnzAr2f09oy9SWN1g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Dec 28, 2014 at 7:44 PM, Ian Barwick <ian(at)2ndquadrant(dot)com> wrote:
> Currently tab completion for 'COMMENT ON {object} foo IS' will result in the
> 'IS'
> being duplicated up to two times; not a world-shattering issue I know, but
> the
> fix is trivial and I stumble over it often enough to for it to mildly annoy
> me.
> Patch attached.

I've noticed that in the past, too. Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-12-31 16:10:30 Re: The return value of allocate_recordbuf()
Previous Message Andres Freund 2014-12-31 15:32:19 Re: pg_basebackup -x/X doesn't play well with archive_mode & wal_keep_segments