diff --git a/.ci/e2e-expected/backslash-dt.txt b/.ci/e2e-expected/backslash-dt.txt index c795abd69d..3f62a128b0 100644 --- a/.ci/e2e-expected/backslash-dt.txt +++ b/.ci/e2e-expected/backslash-dt.txt @@ -18,6 +18,7 @@ testdb_e2e_psql_v?? | information_schema | database_options | VIEW | | | | | | | | | | | | | testdb_e2e_psql_v?? | information_schema | enabled_roles | VIEW | | | | | | | | | | | | | testdb_e2e_psql_v?? | information_schema | index_columns | VIEW | | | | | | | | | | | | | + testdb_e2e_psql_v?? | information_schema | index_options | VIEW | | | | | | | | | | | | | testdb_e2e_psql_v?? | information_schema | indexes | VIEW | | | | | | | | | | | | | testdb_e2e_psql_v?? | information_schema | information_schema_catalog_name | VIEW | | | | | | | | | | | | | testdb_e2e_psql_v?? | information_schema | key_column_usage | VIEW | | | | | | | | | | | | | @@ -79,5 +80,6 @@ testdb_e2e_psql_v?? | spanner_sys | txn_stats_total_10minute | VIEW | | | | | | | | | | | | | testdb_e2e_psql_v?? | spanner_sys | txn_stats_total_hour | VIEW | | | | | | | | | | | | | testdb_e2e_psql_v?? | spanner_sys | txn_stats_total_minute | VIEW | | | | | | | | | | | | | -(78 rows) + testdb_e2e_psql_v?? | spanner_sys | user_split_points | VIEW | | | | | | | | | | | | | +(80 rows) diff --git a/README.md b/README.md index c2bee9f82e..ec18282978 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/command_line_arguments.md b/docs/command_line_arguments.md index cc1784cafe..3bb497fd70 100644 --- a/docs/command_line_arguments.md +++ b/docs/command_line_arguments.md @@ -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