solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_USERS
  
SYS_SYNC_USERS
The SYS_SYNC_USERS table contains a list of users that have access to the synchronization functions of the replica database. These functions include saving transactions and creating synchronization messages.
In a replica database, the data in this table is downloaded from the master database in a message with the command:
MESSAGE unique-message-name APPEND SYNC_CONFIG ['sync-config-arg']
The columns in the SYS_SYNC_USERS system table are described in the following table:
 
Column name
Description
MASTER_ID
Internal ID of the master database.
ID
Internal ID of the user.
NAME
User name.
PASSW
Encrypted password of the user.
Go up to
System tables for data synchronization