pgsql: Improve tab-completion for CREATE PUBLICATION.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve tab-completion for CREATE PUBLICATION.
Date: 2021-09-01 13:02:09
Message-ID: E1mLPsX-0003Wc-D0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve tab-completion for CREATE PUBLICATION.

Author: Peter Smith
Reviewed-by: Vignesh C
Discussion: https://postgr.es/m/CAHut+Ps-vkmnWAShWSRVCB3gx8aM=bFoDqWgBNTzofK0q1LpwA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b0c066297bdac901a13a5a900a197697a026b357

Modified Files
--------------
src/bin/psql/tab-complete.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-09-01 13:05:36 Re: pgsql: Improve defaults shown in postgresql.conf.sample and pg_settings
Previous Message Dilip Kumar 2021-09-01 12:02:51 Re: Separate out FileSet from SharedFileSet (was Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o)