Skip to content

Commit

Permalink
<> -> []
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Feb 22, 2024
1 parent 3453f86 commit cde1a88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gettingstarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,16 @@ <h3>Run-time administration</h3>
- 'immediate' forces connections to close and terminate
- 'cancel' avoid a previously issued 'shutdown gracefully'
status [details] Status of pgagroal, with optional details
switch-to <server> Switches to the specified primary server
conf <action> Manages the configuration (e.g., reloads the configuration
switch-to [server] Switches to the specified primary server
conf [action] Manages the configuration (e.g., reloads the configuration
The subcommand <action> can be:
- 'reload' to issue a configuration reload;
- 'get' to obtain information about a runtime configuration value;
conf get <parameter_name>
- 'set' to modify a configuration value;
conf set <parameter_name> <parameter_value>;
- 'ls' lists the configuration files used.
clear <what> Resets either the Prometheus statistics or the specified server.
clear [what] Resets either the Prometheus statistics or the specified server.
<what> can be
- 'server' (default) followed by a server name
- a server name on its own
Expand Down

0 comments on commit cde1a88

Please sign in to comment.