Closed faridco closed 6 months ago
In order to list tables suitable for replication we should select tables with relpersistence = 'p' omitting UNLOGGED tables, which are listed as BASE TABLE in information_schema.tables
relpersistence = 'p'
UNLOGGED
BASE TABLE
information_schema.tables
In order to list tables suitable for replication we should select tables with
relpersistence = 'p'
omittingUNLOGGED
tables, which are listed asBASE TABLE
ininformation_schema.tables