diff --git a/doc/src/sgml/ref/pg_amcheck.sgml b/doc/src/sgml/ref/pg_amcheck.sgml index cfef6c0465..20c2897acc 100644 --- a/doc/src/sgml/ref/pg_amcheck.sgml +++ b/doc/src/sgml/ref/pg_amcheck.sgml @@ -160,7 +160,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.