mirror of https://github.com/citusdata/citus.git
Adds missing line
parent
a948358d63
commit
e56a113572
|
@ -555,6 +555,7 @@ BEGIN
|
||||||
JOIN pg_dist_node USING (nodeid)
|
JOIN pg_dist_node USING (nodeid)
|
||||||
ORDER BY node_type;
|
ORDER BY node_type;
|
||||||
END;
|
END;
|
||||||
|
$func$ LANGUAGE plpgsql;
|
||||||
-- For all nodes, returns database properties of given database, except
|
-- For all nodes, returns database properties of given database, except
|
||||||
-- oid, datfrozenxid and datminmxid.
|
-- oid, datfrozenxid and datminmxid.
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue