Update tab-completion for CREATE PUBLICATION with sequences

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 2d2232933b02d9396113662e44dca5f120d6830e
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2022-03-25T12:24:14Z
Releases: 15.0
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

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +15 −9

Discussion