mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
Logical decoding should not publish anything about tables created as
part of a heap rewrite during DDL. Those tables don't exist externally,
so consumers of logical decoding cannot do anything sensible with that
information. In
|
||
|---|---|---|
| .. | ||
| binary.sql | ||
| ddl.sql | ||
| decoding_in_xact.sql | ||
| decoding_into_rel.sql | ||
| messages.sql | ||
| permissions.sql | ||
| prepared.sql | ||
| replorigin.sql | ||
| rewrite.sql | ||
| slot.sql | ||
| spill.sql | ||
| time.sql | ||
| toast.sql | ||
| xact.sql | ||