Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-postgres: exclude temp tables from discovery
Filters out temporary and unlogged tables during discovery. These tables cause validation to fail because they cannot be added to publications. The filtering is done based on the `pg_class.relpersistence` values, described in the docs: https://www.postgresql.org/docs/current/catalog-pg-class.html#CATALOG-PG-CLASS
- Loading branch information