mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Add "repmgr cluster show"
This commit is contained in:
@@ -37,6 +37,9 @@ typedef struct
|
||||
bool terse;
|
||||
bool verbose;
|
||||
|
||||
/* output options */
|
||||
bool csv;
|
||||
|
||||
/* standard connection options */
|
||||
char dbname[MAXLEN];
|
||||
char host[MAXLEN];
|
||||
@@ -84,6 +87,8 @@ typedef struct
|
||||
"", false, false, "", false, \
|
||||
/* logging options */ \
|
||||
"", false, false, false, \
|
||||
/* output options */ \
|
||||
false, \
|
||||
/* database connection options */ \
|
||||
"", "", "", "", \
|
||||
/* other connection options */ \
|
||||
|
||||
Reference in New Issue
Block a user