1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Fix typos in monitoring examples.

This commit is contained in:
Magnus Hagander 2019-01-09 19:20:38 +02:00 committed by David Steele
parent ade2c3102d
commit f8a9fc2039

View File

@ -1,7 +1,7 @@
-- An example of monitoring pgBackRest from within PostgresSQL
-- An example of monitoring pgBackRest from within PostgreSQL
--
-- Use copy to export data from the pgBackRest info command into the jsonb
-- type so it can be queried directly by PostgresSQL.
-- type so it can be queried directly by PostgreSQL.
-- Create monitor schema
create schema monitor;