pgsql: Tab completion for ALTER .. ALL IN TABLESPACE - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Tab completion for ALTER .. ALL IN TABLESPACE
Date
Msg-id E1XQbIG-0001qw-Ft@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tab completion for ALTER .. ALL IN TABLESPACE

Update the tab completion for the changes made in
3c4cf080879b386d4ed1814667aca025caafe608, which rework 'MOVE ALL' to be
'ALTER .. ALL IN TABLESPACE'.

Fujii Masao

Back-patch to 9.4, as the original change was.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4231599328f75d6549831f65223a22236a43a5c9

Modified Files
--------------
src/bin/psql/tab-complete.c |   66 +++++++++++++++++++++++++------------------
1 file changed, 39 insertions(+), 27 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: docs: Improve pg_isready details about username/dbname
Next
From: Stephen Frost
Date:
Subject: pgsql: Tab completion for ALTER .. ALL IN TABLESPACE