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
Please register or sign in to comment