diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-05-02 11:41:00 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-05-02 11:41:00 +0900 |
commit | 43beaa2fb16b18d3ec0dc385688cff264f6b7364 (patch) | |
tree | 0281c10240f9e26a6c6b5d88f18c4281414d22f0 | |
parent | 1e868bb6c67a19614c0f30b69bd5b624d72b1245 (diff) |
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 43ee73ab93c..1abaef93a76 100644 --- a/doc/src/sgml/ref/pg_amcheck.sgml +++ b/doc/src/sgml/ref/pg_amcheck.sgml @@ -159,7 +159,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> |