Skip to content

Commit

Permalink
Merge branch 'postgresql-dialect' into issue-2688
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Jan 18, 2025
2 parents 54428cb + bb8c724 commit 95dfc06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .ci/e2e-expected/backslash-dt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 | | | | | | | | | | | | |
Expand Down Expand Up @@ -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)

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 95dfc06

Please sign in to comment.