Exceptions¶
pgdumplib.exceptions
¶
pgdumplib specific exceptions
PgDumpLibError
¶
NoDataError
¶
Bases: PgDumpLibError
Raised when attempting to work with data when do data entries exist
EntityNotFoundError
¶
Bases: PgDumpLibError
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.