Fix distributed_exec create statement

This commit is contained in:
Sven Klemm 2020-10-20 22:27:34 +02:00 committed by Sven Klemm
parent 374c405db3
commit 7c7b4f995c

View File

@ -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)