Add some documentation about the new MATCHING clause implementation.

This commit is contained in:
Dimitri Fontaine 2013-11-26 16:53:23 +01:00
parent 3ddcc959ac
commit f79ca95887

View File

@ -705,6 +705,13 @@ The `archive` command accepts the following clauses and options:
which allows the pgloader command not to depend on the exact names of
the archive directories.
The same clause can also be applied to several files with using the
spelling *FROM ALL FILENAMES MATCHING* and a regular expression.
The whole *matching* clause must follow the following rule:
FROM [ ALL FILENAMES | [ FIRST ] FILENAME ] MATCHING
- *FINALLY DO*
SQL Queries to run once the data is loaded, such as `CREATE INDEX`.