|
From: Michael P. <mic...@gm...> - 2014-01-14 00:26:52
|
On Tue, Jan 14, 2014 at 12:15 AM, Ying He <yin...@ya...> wrote: > hi, > > I am new to postgres xc. Is there a psql command that can be issued to > coordinator to query the current cluster's coordinators and datanodes? I > followed the setup steps and did CREATE NODE for coordinator and data nodes > and they are up and running, just wonder whether a command exists that can > query the current NODE and its status. You can have a look at the list of nodes registered with that: SELECT * FROM pgxc_node; Regards, -- Michael |