diff --git a/doc/src/sgml/ref/pg_amcheck.sgml b/doc/src/sgml/ref/pg_amcheck.sgml index 43ee73ab93c..1abaef93a76 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. <literal>myrel*</literal>, or they may be schema-qualified, e.g. <literal>myschema*.myrel*</literal> or database-qualified and schema-qualified, e.g. - <literal>mydb*.myscheam*.myrel*</literal>. A database-qualified + <literal>mydb*.myschema*.myrel*</literal>. A database-qualified pattern will add matching databases to the list of databases to be checked. </para>