diff --git a/doc/src/sgml/ref/pg_amcheck.sgml b/doc/src/sgml/ref/pg_amcheck.sgml index 43ee73ab93..1abaef93a7 100644 --- a/doc/src/sgml/ref/pg_amcheck.sgml +++ b/doc/src/sgml/ref/pg_amcheck.sgml @@ -159,7 +159,7 @@ PostgreSQL documentation Patterns may be unqualified, e.g. myrel*, or they may be schema-qualified, e.g. myschema*.myrel* or database-qualified and schema-qualified, e.g. - mydb*.myscheam*.myrel*. A database-qualified + mydb*.myschema*.myrel*. A database-qualified pattern will add matching databases to the list of databases to be checked.