-
Notifications
You must be signed in to change notification settings - Fork 11
sys_table
Edgar Fuste edited this page Nov 2, 2021
·
10 revisions
System catalog of tables, with its permission definition.
Column name | Description | Data type | Example |
---|---|---|---|
id | text | Name of the table or view | anl_arc |
descript | text | Description | Table with the results of the topology process of arcs |
sys_role | character varying(30) | Role permissions, that set edition access to the table on DB , defined on sys_role | role_edit |
sys_criticity | smallint | Table criticity on DB (0 - irrelevant, 1 - important, 2 - essential) | 2 |
qgis_role | character varying(30) | Role permissions, that set edition access to the table on qgis, defined on sys_role | role_admin |
qgis_criticity | smallint | Table criticity on qgis (0 - irrelevant, 1 - important, 2 - essential) | 2 |
qgis_message | text | Qgis error message | Cannot manage arc catalog |
sys_sequence | text | Name of the id sequence related to the table | anl_arc_id_seq |
sys_sequence_field | text | Id of the table | id |
notify_action | json | Definition of the refresh data notification on qgis | [{"channel":"desktop","name":"refresh_attribute_table", "enabled":"true", "trg_fields":"id","featureType":["arc", "node", "connec"]}] |
isaudit | boolean | If true, audit of all actions on the table is enabled. Requieres creating addiotional audit schema and functions that control the process | TRUE |
keepauditdays | integer | Number of days for which audit data for the table is saved | 10 |