We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e868bb commit 43beaa2Copy full SHA for 43beaa2
doc/src/sgml/ref/pg_amcheck.sgml
@@ -159,7 +159,7 @@ PostgreSQL documentation
159
Patterns may be unqualified, e.g. <literal>myrel*</literal>, or they
160
may be schema-qualified, e.g. <literal>myschema*.myrel*</literal> or
161
database-qualified and schema-qualified, e.g.
162
- <literal>mydb*.myscheam*.myrel*</literal>. A database-qualified
+ <literal>mydb*.myschema*.myrel*</literal>. A database-qualified
163
pattern will add matching databases to the list of databases to be
164
checked.
165
</para>
0 commit comments