diff --git a/doc/example/pgsql-pgbackrest-info.sql b/doc/example/pgsql-pgbackrest-info.sql index 930d5a57b..b4df30c4e 100644 --- a/doc/example/pgsql-pgbackrest-info.sql +++ b/doc/example/pgsql-pgbackrest-info.sql @@ -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;