Below you will find pages that utilize the taxonomy term “greenplum”
April 13, 2017
Greenplum dbid, address, port, datadir info in an SQL query
SELECT dbid, content, hostname, address, port, replication_port, fselocation as datadir FROM gp_segment_configuration, pg_filespace_entry WHERE dbid=fsedbid ORDER BY dbid;