mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 03:23:37 +08:00
Fix distributed_exec create statement
This commit is contained in:
parent
374c405db3
commit
7c7b4f995c
@ -187,7 +187,7 @@ AS '@MODULE_PATHNAME@', 'ts_data_node_detach' LANGUAGE C VOLATILE;
|
|||||||
|
|
||||||
-- Execute query on a specified list of data nodes. By default node_list is NULL, which means
|
-- Execute query on a specified list of data nodes. By default node_list is NULL, which means
|
||||||
-- to execute the query on every data node
|
-- to execute the query on every data node
|
||||||
CREATE PROCEDURE distributed_exec(
|
CREATE OR REPLACE PROCEDURE distributed_exec(
|
||||||
query TEXT,
|
query TEXT,
|
||||||
node_list name[] = NULL,
|
node_list name[] = NULL,
|
||||||
transactional BOOLEAN = TRUE)
|
transactional BOOLEAN = TRUE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user