mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-10 21:36:08 +02:00
Add some documentation about the new MATCHING clause implementation.
This commit is contained in:
parent
3ddcc959ac
commit
f79ca95887
@ -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`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user