pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Date: 2015-12-19 16:38:35
Message-ID: E1aAKWh-0007vK-9T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.

Previously the completion used the wrong word to match 'BY'. This was
introduced brokenly, in b2de2a. While at it, also add completion of
IN TABLESPACE ... OWNED BY and fix comments referencing nonexistent
syntax.

Reported-By: Michael Paquier
Author: Michael Paquier and Andres Freund
Discussion: CAB7nPqSHDdSwsJqX0d2XzjqOHr==HdWiubCi4L=Zs7YFTUne8w(at)mail(dot)gmail(dot)com
Backpatch: 9.4, like the commit introducing the bug

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/130d94a7b868f5b6df512e5fde94a64e5e71178b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-12-19 16:38:37 pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Previous Message Teodor Sigaev 2015-12-18 18:38:58 pgsql: Revert 9246af6799819847faa33baf441251003acbb8fe because