pgsql: Update tab-completion for CREATE PUBLICATION with sequences

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update tab-completion for CREATE PUBLICATION with sequences
Date: 2022-03-25 12:38:40
Message-ID: E1nXjDD-001JuZ-ON@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update tab-completion for CREATE PUBLICATION with sequences

Commit 75b1521dae added support for sequences to built-in replication,
but the tab-completion was updated only for ALTER PUBLICATION, not for
CREATE PUBLICATION.

Report and patch by Masahiko Sawada.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoDtKpdJcHOLjfPQ7TmpFqNB5__%3DQ_g1e8OBRrwT5LP-%3Dg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2d2232933b02d9396113662e44dca5f120d6830e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2022-03-25 13:37:53 pgsql: Handle sequences in preprocess_pubobj_list
Previous Message Alvaro Herrera 2022-03-25 12:17:12 pgsql: Fix replay of create database records on standby