| From: | Peter Smith <smithpb2250(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | PSQL - improve tab completion for pub/sub options |
| Date: | 2026-07-14 01:33:22 |
| Message-ID: | CAHut+Pu8dii_zX95C0UKRCwWoCmSFLdUQ1p-bwFC4d9ReQ0W9A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Here is a new thread/patch to improve the tab-completion of
publication/subscription options.
For commands:
CREATE PUBLICATION ... WITH (options)
ALTER PUBLICATION ... SET (options)
CREATE SUBSCRIPTION ... WITH (options)
ALTER SUBSCRIPTION ... SET (options)
Now:
- handles multiple options of a WITH/SET comma-separated list
- enum options show their allowed values
~~~
PSA v1.
======
Kind Regards,
Peter Smith.
Fujitsu Australia
| Attachment | Content-Type | Size |
|---|---|---|
| v1-0001-psql-tab-completion-of-pub-sub-options.patch | application/octet-stream | 7.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2026-07-14 01:37:05 | Re: [Proposal] Adding callback support for custom statistics kinds |
| Previous Message | Tom Lane | 2026-07-14 00:44:16 | Re: Fix GROUP BY ALL handling of ORDER BY operator semantics |