PSQL - improve tab completion for pub/sub options - Mailing list pgsql-hackers

From Peter Smith
Subject PSQL - improve tab completion for pub/sub options
Date
Msg-id CAHut+Pu8dii_zX95C0UKRCwWoCmSFLdUQ1p-bwFC4d9ReQ0W9A@mail.gmail.com
Whole thread
List 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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix GROUP BY ALL handling of ORDER BY operator semantics
Next
From: Michael Paquier
Date:
Subject: Re: [Proposal] Adding callback support for custom statistics kinds