solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for replicator : SYS_REPLICATION_LOGPOS
  
SYS_REPLICATION_LOGPOS
The SYS_REPLICATION_LOGPOS table is used to store replication log positions needed to restart replication.
The columns in the SYS_REPLICATION_LOGPOS system table are described in the following table:
 
Column name
Data type
Description
ID
INTEGER
Logical replication log interval ID (identifier of a log interval)
THREAD_ID
INTEGER
Thread identifier
LOG_POS
VARBINARY
Physical position of head of replication log interval
Go up to
System tables for replicator