pgsql: Update tab-completion for CREATE PUBLICATION with sequences - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Update tab-completion for CREATE PUBLICATION with sequences
Date
Msg-id E1nXjDD-001JuZ-ON@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix replay of create database records on standby
Next
From: Tomas Vondra
Date:
Subject: pgsql: Handle sequences in preprocess_pubobj_list