doc: Fix typo in pg_amcheck for term "schema"
authorMichael Paquier <[email protected]>
Tue, 2 May 2023 02:40:46 +0000 (11:40 +0900)
committerMichael Paquier <[email protected]>
Tue, 2 May 2023 02:40:46 +0000 (11:40 +0900)
Author: Alexander Lakhin
Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com
Backpatch-through: 14

doc/src/sgml/ref/pg_amcheck.sgml

index cfef6c04655de48ea8089e0b495dbf12e97568c1..20c2897accb4963aea6ae37a12b45543f280e389 100644 (file)
@@ -160,7 +160,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>