The filters table assigns a unique number to each group of filter items that together form a filter. Each filter is associated with a project and a format definition. Use the filter-definition window to create or modify a filter. For more information, see Figure 101.
Column | Type | Description |
---|---|---|
formid | SERIAL | Filter identifier (primary key) |
projectid | INTEGER | Project with which this filter is associated (foreign key to the project table) |
formatid | INTEGER | Format identifier of the format definition to which this filter applies (foreign key to the formats table) |
name | CHAR(128) | The name of the filter |
lockflag | CHAR(1) | Flag for locking mechanism used by ipload |