diff --git a/doc/src/sgml/pgamcheck.sgml b/doc/src/sgml/pgamcheck.sgml index 12573e950a..62812a751f 100644 --- a/doc/src/sgml/pgamcheck.sgml +++ b/doc/src/sgml/pgamcheck.sgml @@ -54,7 +54,10 @@ , , , and , but only when such options are used with a three-part pattern - (e.g. ). + (e.g. ). Finally, they include + and + when such options are used with a two-part pattern + (e.g. ). @@ -126,7 +129,8 @@ checking a single table relation. If both a regular table and a toast table are checked, this option will apply to both, but higher-numbered toast blocks may still be accessed while validating toast pointers, - unless that is suppressed using . + unless that is suppressed using + . @@ -379,7 +383,7 @@ This option can be specified more than once. - As with , the + As with , the pattern may be unqualified, schema-qualified, or database- and schema-qualified. @@ -424,6 +428,12 @@ To select only indexes, consider using something like --index=SCHEMAPAT.*. + + A schema pattern may be database-qualified. For example, you may + write --schema=mydb*.myschema* to select + schemas matching myschema* in databases matching + mydb*. + @@ -436,6 +446,10 @@ pattern. This option can be specified more than once. + + As with , the pattern may be + database-qualified. +