fix citus_pause_node udf name

pull/7215/head
aykut-bozkurt 2023-09-20 16:28:12 +03:00
parent 71e556e090
commit fcda869482
No known key found for this signature in database
GPG Key ID: 9091B321205322C9
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
* Add `citus_schema_move()` function which moves tables within a * Add `citus_schema_move()` function which moves tables within a
distributed schema to another node (#7180) distributed schema to another node (#7180)
* Adds `citus_pause_node()` UDF that allows pausing the node with given id * Adds `citus_pause_node_within_txn()` UDF that allows pausing the node with
(#7089) given id (#7089)
* Makes sure to enforce shard level colocation with the GUC * Makes sure to enforce shard level colocation with the GUC
`citus.enable_non_colocated_router_query_pushdown` (#7076) `citus.enable_non_colocated_router_query_pushdown` (#7076)