yandex / odyssey

Scalable PostgreSQL connection pooler
BSD 3-Clause "New" or "Revised" License
3.21k stars 165 forks source link

Add SHOW HELP; command #669

Closed AndrewJackson2020 closed 3 months ago

AndrewJackson2020 commented 3 months ago

This PR adds a show help command. It should document every command that is available in the admin console.

reshke commented 3 months ago

+1 for idea You need to format your code. make apply_fmt could help

AndrewJackson2020 commented 3 months ago

+1 for idea You need to format your code. make apply_fmt could help

Code should now be formatted. Let me know if there is anything else that needs to get done.