Update README.md

This commit is contained in:
Magnus Åhall 2024-04-23 19:08:44 +00:00
parent 2e4b71e688
commit 2b240d873b

View File

@ -7,4 +7,5 @@ pgsplit takes a PostgreSQL dump with multiple databases through STDIN and extrac
`pgsplit` extracts all databases.
`pgsplit -include-all -except foo -except bar` extracts all databases except for foo and bar.
`pgsplit -exclude-all -except foo -except bar` extracts only databases foo and bar.