postgresql_info module: fix broken link (#67517)

This commit is contained in:
Andrew Klychkov 2020-02-18 11:52:41 +03:00 committed by GitHub
parent ca57871954
commit 5a7c58b2be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,7 @@ databases:
repl_slots: repl_slots:
description: description:
- Replication slots (available in 9.4 and later) - Replication slots (available in 9.4 and later)
U(https://www.postgresql.org/docs/current/catalog-pg-replication-slots.html). U(https://www.postgresql.org/docs/current/view-pg-replication-slots.html).
returned: if existent returned: if existent
type: dict type: dict
sample: { "slot0": { "active": false, "database": null, "plugin": null, "slot_type": "physical" } } sample: { "slot0": { "active": false, "database": null, "plugin": null, "slot_type": "physical" } }