mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
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
This commit is contained in:
parent
f47004add1
commit
6fd8ae6888
@ -160,7 +160,7 @@ PostgreSQL documentation
|
|||||||
Patterns may be unqualified, e.g. <literal>myrel*</literal>, or they
|
Patterns may be unqualified, e.g. <literal>myrel*</literal>, or they
|
||||||
may be schema-qualified, e.g. <literal>myschema*.myrel*</literal> or
|
may be schema-qualified, e.g. <literal>myschema*.myrel*</literal> or
|
||||||
database-qualified and schema-qualified, e.g.
|
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
|
pattern will add matching databases to the list of databases to be
|
||||||
checked.
|
checked.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user