Unverified Commit 19db6b62 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Fix filtering of the pre-data section of the dump. (#44)

* Implement filtering the pre-data section.

When installing the schema on the target database, we want to already filter
out the SQL objects that are filtered-out in the filtering setup. The
previous coding forgot about that parts.

See #43.

* Implement support for exclude-schemas.

The parsing was implemented already, but the filtering itself was shy of a
brick load. We need to both filter tables that belong to the schema (we did)
and also the schema object itself (we didn't).

* Add missed SQL objects types to parse from pg_restore archive list.

* Add ACL as a pg_restore archive catalog description entry.
parent 8f0f25b7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment