In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key
- In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar.
Table G_LOG_ATTRS
This table stores attributes about the messages stored in the G_LOG_MESSAGES table.
Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.
Column List
Column | Data Type | P | M | F | Description |
---|---|---|---|---|---|
ID | numeric(16) | X | X | The unique, autonumbered ID of this record. This is the primary key. | |
LRID | numeric(16) | X | Same as G_LOG_MESSAGES.ID. | ||
MESSAGE_ID | int | X | Same as G_LOG_MESSAGES.MESSAGE_ID. | ||
ATTR_NAME | varchar(255) | X | The name of the message attribute. For example, PartitionID or Record_Count for a corresponding G_LOG_MESSAGES record that indicates purging of a partition has begun (GSYS_PURGE_PARTITION purge started ...) | ||
ATTR_VALUE | varchar(255) | The value of the message attribute. For example:
|
This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!