summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2023-05-02 02:40:46 +0000
committerMichael Paquier2023-05-02 02:40:46 +0000
commit6fd8ae6888847da842ee4810fcd83b013cbed27f (patch)
treee05f05b5add98b4065747c7fde5350d38c784c40
parentf47004add16041a9cbd19aef29775ca4d9d6001e (diff)
doc: Fix typo in pg_amcheck for term "schema"
Author: Alexander Lakhin Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14
-rw-r--r--doc/src/sgml/ref/pg_amcheck.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_amcheck.sgml b/doc/src/sgml/ref/pg_amcheck.sgml
index cfef6c04655..20c2897accb 100644
--- a/doc/src/sgml/ref/pg_amcheck.sgml
+++ b/doc/src/sgml/ref/pg_amcheck.sgml
@@ -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>