Skip to content

Commit fdc0e4f

Browse files
author
alexander popov
committed
docs: fix config
1 parent 656a377 commit fdc0e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/conf/example.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ interval = 2
168168
interval = 60
169169

170170
# Get size of relations defined in this section
171-
# Relations - comma separated list of objects - tables and endexes (schema.relation) to calculate relations size.
171+
# Relations - comma separated list of objects - tables and endexes (schema.relation) used to calculate relations size.
172172
# Example:
173173
# relations=pg_catalog.pg_class,pg_catalog.pg_user
174174
# If the relation is blocked by some process such as vacuum full or create index, the result will be -1
@@ -188,7 +188,7 @@ max_prepared_transaction_time = 60
188188
interval = 60
189189

190190
# Get size of backup catalogs stroring all WAL and backup files using pg_probackup
191-
# S(https://github.com/postgrespro/pg_probackup)
191+
# (https://github.com/postgrespro/pg_probackup)
192192
# Trigger fires if some backup has bad status e.g. (ERROR,CORRUPT,ORPHAN).
193193
[pgprobackup]
194194
enabled = False

0 commit comments

Comments
 (0)