Skip to content

Commit

Permalink
docs: fix typo in allow_shutdown_statement documentation (#2774)
Browse files Browse the repository at this point in the history
Fixes #2701
  • Loading branch information
olavloite authored Jan 18, 2025
1 parent 6811d67 commit 4ae29f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ The following list contains the most frequently used startup options for PGAdapt
Docker container, as the connections from the host machine will not be seen as a connection from
localhost in the container.
--allow_shutdown_command
--allow_shutdown_statement
* Enables the use of the custom SQL command `SHUTDOWN [SMART | FAST | IMMEDIATE]`. This command can
be used to shut down PGAdapter by just sending it a SQL statement. This option should only be enabled
when PGAdapter runs in a trusted environment, for example as a side-car container. The default
Expand Down
2 changes: 1 addition & 1 deletion docs/command_line_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
Docker container, as the connections from the host machine will not be seen as a connection from
localhost in the container.
--allow_shutdown_command
--allow_shutdown_statement
* Enables the use of the custom SQL command `SHUTDOWN [SMART | FAST | IMMEDIATE]`. This command can
be used to shut down PGAdapter by just sending it a SQL statement. This option should only be enabled
when PGAdapter runs in a trusted environment, for example as a side-car container. The default
Expand Down

0 comments on commit 4ae29f8

Please sign in to comment.