Exceptions

pgdumplib specific exceptions

exception pgdumplib.exceptions.EntityNotFoundError(namespace, table)[source]

Raised when an attempt is made to read data from a relation in a dump file but it is not found in the table of contents.

This can happen if a schema-only dump was created OR if the namespace and table specified were not found.

exception pgdumplib.exceptions.NoDataError[source]

Raised when attempting to work with data when do data entries exist

exception pgdumplib.exceptions.PgDumpLibException[source]

Common Base Exception