Events table removed for now

Was very experimental.
This commit is contained in:
Ian Barwick
2015-03-11 21:26:43 +09:00
parent 6e5d4e0235
commit b152cccd69

9
FAQ.md
View File

@@ -26,13 +26,10 @@ General
(However this does mean that if a standby is no longer connected to the
master, the master will retain WAL files indefinitely).
- What's the difference between the `repl_status` view and `repl_events`
table?
- How many replication slots should I define in `max_replication_slots`?
...
The `repl_status` view shows the latest node status as reported by
`repmgrd` and is useful for monitoring current lag.
`repl_events` is a record of significant events which have
taken place, such as a node being registered or a failover event.
`repmgr`
--------