Re: Detecting master/slave - Mailing list pgsql-general

From Nitesh Gupta
Subject Re: Detecting master/slave
Date
Msg-id CACcqJxRfm4k1kczQdnLer0QyEd+4up_apZ0EgJafMvUpKZkbtw@mail.gmail.com
Whole thread Raw
In response to Detecting master/slave  (Steve Pribyl <Steve.Pribyl@akunacapital.com>)
List pgsql-general

Hey steve ,

You can by using grep command
Ps -ewf | grep PostgreSQL

If you find sender process is running that will be master if you will see receiver process then that will be slave
In addition to this you can also use Edb fail over manager for more status

pgsql-general by date:

Previous
From: Steve Pribyl
Date:
Subject: Detecting master/slave
Next
From: Thomas Kellerer
Date:
Subject: Re: Detecting master/slave