rs_dbsubsets

Description

Stores the name sets for database replication definitions. It is replicated to all sites with a version number of 12.6 or later.

Column

Datatype

Description

dbrepid

rs_id

Database replication definition ID

prsid

int

Primary Replication Server ID

subtype

int

Item type:

  • 0x1 – table name.

  • 0x2 – function name.

  • 0x3 – transaction name.

  • 0x4 – system procedure name.

owner

varchar (30)

Owner name of a table or function, or the user name that executed a transaction or system procedure.

An * indicates all owners or users.

name

varchar (30)

Table, function, transaction, or system procedure name.

An * indicates all tables, functions, transactions, and system procedures.

Indexes

Unique index on (dbrepid, subtype, owner, and name).