diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-05-02 11:40:58 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-05-02 11:40:58 +0900 |
commit | 77ea05406cb61292782eb874866247f20b47b6df (patch) | |
tree | 2066c06efd2221d9b9c104b4496db03d8042ec4a | |
parent | ce9a1a3ea8fe672a46502070d421f107f43d35dd (diff) | |
download | postgresql-77ea05406cb61292782eb874866247f20b47b6df.tar.gz postgresql-77ea05406cb61292782eb874866247f20b47b6df.zip |
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
-rw-r--r-- | doc/src/sgml/ref/pg_amcheck.sgml | 2 |
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> |