|
76 | 76 | ##Additional resources
|
77 | 77 | -[Streaming replication](https://www.postgresql.org/docs/current/warm-standby.html#STREAMING-REPLICATION) (official Postgres docs)
|
78 | 78 | -[pg_stat_replication view](https://www.postgresql.org/docs/current/monitoring-stats.html#PG-STAT-REPLICATION-VIEW) (official Postgres docs)
|
79 |
| --[Replication configuration parameters](https://www.postgresql.org/docs/current/runtime-config-replication.html) (official Postgres docs) |
| 79 | +-[Replication configuration parameters](https://www.postgresql.org/docs/current/runtime-config-replication.html) (official Postgres docs) |
| 80 | + |
| 81 | +##Authors/maintainers of this docs |
| 82 | +- Dmitry Fomin |
| 83 | +- Sadeq Dousti |
| 84 | +- Nikolay Samokhvalov |