Adds missing line

pull/7240/head
gindibay 2023-11-16 08:09:09 +03:00
parent a948358d63
commit e56a113572
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ BEGIN
JOIN pg_dist_node USING (nodeid)
ORDER BY node_type;
END;
$func$ LANGUAGE plpgsql;
-- For all nodes, returns database properties of given database, except
-- oid, datfrozenxid and datminmxid.
--