Expand description
Postgres utilities for SQL purification.
Modulesยง
- privileges ๐
- replica_
identity ๐
Structsยง
Functionsยง
- Generate a mapping of
Oid
s to column names that should be ingested as text (rather than their type in the upstream database). - Ensure that we have select permissions on all tables; we have to do this before we start snapshotting because if we discover we cannot
COPY
from a table while snapshotting, we break the entire source.