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

Fix parsing ACL and COMMENT archive entries from pg_dump/pg_restore. (#132)

The ACL and COMMENT entries that pgcopydb is interested into both have no
namespace attached to them, so we expect a " - " at this position. We could
still have to parse entries with a namespace, so we might as well refrain
from issueing WARN messages when the namespace isn't "-".

Fixes #123.
parent 5f2a7103
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