Stores currently defined Replication Server profiles.
Column
|
Datatype
|
Description
|
name
|
varchar(255)
|
Profile name
|
vers
|
varchar(255)
|
Profile version. Can be
an empty string
|
id
|
rs_id
|
Profile ID
|
type
|
char(1)
|
|
comments
|
varchar(255)
|
Profile description and
information
|
Indexes
Unique index on (name, vers, type)
Non-unique index on (type)