Update tab-completion for CREATE PUBLICATION with sequences
authorTomas Vondra <tomas.vondra@postgresql.org>
Fri, 25 Mar 2022 12:24:14 +0000 (13:24 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Fri, 25 Mar 2022 12:24:14 +0000 (13:24 +0100)
commit2d2232933b02d9396113662e44dca5f120d6830e
tree961da6093eb75c63d66ad7962509e21cb7fa7f5c
parent49d9cfc68bf4e0d32a948fe72d5a0ef7f464944e
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
src/bin/psql/tab-complete.c