Records details associated with a Replication Server profile.
Column |
Datatype |
Description |
---|---|---|
profid |
rs_id |
Profile ID, a foreign key to the rs_profile table |
name |
varchar(255) |
Profile name. Can be an empty string |
pdetailtype |
int |
Specifies the action that must be taken for the profile:
|
pdetailid |
rs_id |
Profile detail ID, a foreign key to the rs_systext table |
sequence |
int |
Indicates the profile detail sequence within a profile. Replication Server uses sequence to determine the order in which profile detail actions will be executed. The create connection options for Replication Server are always executed first regardless of how they are identified by sequence in the profile detail. |
unique index on (profid, sequence)
unique index on (id)
non-unique index on (profid)