We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47004a commit 6fd8ae6Copy full SHA for 6fd8ae6
doc/src/sgml/ref/pg_amcheck.sgml
@@ -160,7 +160,7 @@ PostgreSQL documentation
160
Patterns may be unqualified, e.g. <literal>myrel*</literal>, or they
161
may be schema-qualified, e.g. <literal>myschema*.myrel*</literal> or
162
database-qualified and schema-qualified, e.g.
163
- <literal>mydb*.myscheam*.myrel*</literal>. A database-qualified
+ <literal>mydb*.myschema*.myrel*</literal>. A database-qualified
164
pattern will add matching databases to the list of databases to be
165
checked.
166
</para>
0 commit comments