pgsql: Improve tab-completion of DDL for publication and subscription.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve tab-completion of DDL for publication and subscription.
Date: 2017-04-13 02:27:46
Message-ID: E1cyUU6-0002jR-0J@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve tab-completion of DDL for publication and subscription.

Author: Masahiko Sawada
Discussion: http://postgr.es/m/CAD21AoC32YgtateNqTFXzTJmHHe6hXs4cpJTND3n-Ts8f-aMqw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/psql/tab-complete.c | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2017-04-13 02:30:47 pgsql: Improve documentations for ALTER PUBLICATION and ALTER SUBSCRIPT
Previous Message Tom Lane 2017-04-12 20:17:59 pgsql: Speed up hash_index regression test.