Skip to content

Commit 43beaa2

Browse files
committed
doc: Fix typo in pg_amcheck for term "schema"
Author: Alexander Lakhin Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com Backpatch-through: 14
1 parent 1e868bb commit 43beaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/pg_amcheck.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ PostgreSQL documentation
159159
Patterns may be unqualified, e.g. <literal>myrel*</literal>, or they
160160
may be schema-qualified, e.g. <literal>myschema*.myrel*</literal> or
161161
database-qualified and schema-qualified, e.g.
162-
<literal>mydb*.myscheam*.myrel*</literal>. A database-qualified
162+
<literal>mydb*.myschema*.myrel*</literal>. A database-qualified
163163
pattern will add matching databases to the list of databases to be
164164
checked.
165165
</para>

0 commit comments

Comments
 (0)