pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Date
Msg-id E1aAKWl-0007w3-JG@gemulon.postgresql.org
Whole thread Raw
List 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@mail.gmail.com
Backpatch: 9.4, like the commit introducing the bug

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9f749267c431f93f688c4187437a527a13ac2d8d

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix whitespace