postgresql_info module: fix broken link (#67517)

pull/67523/head
Andrew Klychkov 4 years ago committed by GitHub
parent ca57871954
commit 5a7c58b2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -238,7 +238,7 @@ databases:
repl_slots:
description:
- 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
type: dict
sample: { "slot0": { "active": false, "database": null, "plugin": null, "slot_type": "physical" } }

Loading…
Cancel
Save