Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key

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

Legend

Column Data Type P M F Description
ID bigserial X X The unique, autonumbered ID of this record. This is the primary key.
LRID bigserial X Same as G_LOG_MESSAGES.ID.
MESSAGE_ID integer 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:


"20080930" for an ATTR_NAME of "PartitionID" and "2673" for an ATTR_NAME of "Record_Count"

This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!