From 5800393caeb92d4f9045b7dc033bc61831b4235c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Mon, 25 May 2026 18:22:33 +0000 Subject: [PATCH] Table qualify column names for clarity --- doc/src/tables/events.m4 | 52 ++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/doc/src/tables/events.m4 b/doc/src/tables/events.m4 index 5f6f885..da28e9f 100644 --- a/doc/src/tables/events.m4 +++ b/doc/src/tables/events.m4 @@ -53,16 +53,16 @@ The following table lists these rules and implications: .. _EVENTS_aggression_code: ``sdb_aggression`` (Aggression) - A related row should exist on |AGGRESSIONS|; there should be a row on - |AGGRESSIONS| with an |AGGRESSIONS.EID| value of the event's - |EVENTS.EID|. + A related row should exist on |AGGRESSIONS|; there should be a row + on |AGGRESSIONS| with an |AGGRESSIONS|.\ |AGGRESSIONS.EID| value of + the event's |EVENTS.EID|. There may be at most one of these related |AGGRESSIONS| rows. The system will generate a warning when there is no |AGGRESSIONS| row related to the aggression event. - The |ROLES| rows related to the event, the rows with a |ROLES.EID| - value equal to the |EVENTS.EID| value, designates the - individuals involved in the aggression event. + The |ROLES| rows related to the event, the rows with a |ROLES|.\ + |ROLES.EID| value equal to the EVENTS.\ |EVENTS.EID| value, + designates the individuals involved in the aggression event. The |ROLES|.\ |ROLES.Role| code of each individual that the |ROLES| table relates to the aggression event describes whether that individual aggressed or was aggressed upon during the aggression @@ -96,15 +96,15 @@ The following table lists these rules and implications: ``sdb_arrival`` (Arrival) A related row should exist on |ARRIVALS|; there should be a row on - |ARRIVALS| with an |ARRIVALS.EID| value of the event's + |ARRIVALS| with an |ARRIVALS|.\ |ARRIVALS.EID| value of the event's |EVENTS.EID|. There may be at most one of these related |ARRIVALS| rows. The system will generate a warning when there is no |ARRIVALS| row related to the arrival event. - The |ROLES| row related to the event, the row with a |ROLES.EID| - value equal to the |EVENTS.EID| value, designates the - arriving/departing individual. + The |ROLES| row related to the event, the row with a |ROLES|.\ + |ROLES.EID| value equal to the EVENTS.\ |EVENTS.EID| value, + designates the arriving/departing individual. There may be at most one |ROLES| row related to the arrival event. The system will generate a warning when there is no |ROLES| row related to the arrival event. @@ -120,16 +120,16 @@ The following table lists these rules and implications: ``sdb_food`` (Food) A related row should exist on |FOOD_EVENTS|; there should be a row - on |FOOD_EVENTS| with an |FOOD_EVENTS.EID| value of the event's - |EVENTS.EID|. + on |FOOD_EVENTS| with a |FOOD_EVENTS|.\ |FOOD_EVENTS.EID| value of + the event's |EVENTS.EID|. The system will generate a warning when there is no |FOOD_EVENTS| row related to the food event. There may be more than one of these related |FOOD_EVENTS| rows, one for every food category/food part pairing observed. - The |ROLES| row related to the event, the row with a |ROLES.EID| - value equal to the |EVENTS.EID| value, designates the - individual that consumed the food. + The |ROLES| row related to the event, the row with a |ROLES|.\ + |ROLES.EID| value equal to the EVENTS.\ |EVENTS.EID| value, + designates the individual that consumed the food. There may be at most one |ROLES| row related to the food event. The system will generate a warning when there is no |ROLES| row related to the food event. @@ -151,15 +151,15 @@ The following table lists these rules and implications: ``sdb_grooming`` (Grooming) A related row should exist on |GROOMINGS|; there should be a row on - |GROOMINGS| with an |GROOMINGS.EID| value of the event's - |EVENTS.EID|. + |GROOMINGS| with a |GROOMINGS|.\ |GROOMINGS.EID| value of the + event's |EVENTS.EID|. There may be at most one of these related |GROOMINGS| rows. The system will generate a warning when there is no |GROOMINGS| row related to the grooming event. - The |ROLES| rows related to the event, the rows with a |ROLES.EID| - value equal to the |EVENTS.EID| value, designates the - individuals involved in the grooming event. + The |ROLES| rows related to the event, the rows with a |ROLES|.\ + |ROLES.EID| value equal to the EVENTS.\ |EVENTS.EID| value, + designates the individuals involved in the grooming event. The |ROLES|.\ |ROLES.Role| code of each individual that the |ROLES| table relates to the grooming event describes whether that individual groomed or was groomed during the grooming event. @@ -193,16 +193,16 @@ The following table lists these rules and implications: .. _EVENTS_groom_scan_code: ``sdb_groom_scan`` (SCAN interval Groomings) - A related row should exist on |GROOM_SCANS|; there should be a row on - |GROOM_SCANS| with an |GROOM_SCANS.EID| value of the event's - |EVENTS.EID|. + A related row should exist on |GROOM_SCANS|; there should be a row + on |GROOM_SCANS| with an |GROOM_SCANS|.\ |GROOM_SCANS.EID| value of + the event's |EVENTS.EID|. There may be at most one of these related |GROOM_SCANS| rows. The system will generate a warning when there is no |GROOM_SCANS| row related to the grooming event. - The |ROLES| rows related to the event, the rows with a |ROLES.EID| - value equal to the |EVENTS.EID| value, designates the - individuals involved in the grooming event. + The |ROLES| rows related to the event, the rows with a |ROLES|.\ + |ROLES.EID| value equal to the EVENTS.\ |EVENTS.EID| value, + designates the individuals involved in the grooming event. The |ROLES|.\ |ROLES.Role| code of each individual that the |ROLES| table relates to the grooming event describes whether that individual groomed or was groomed during the groom interval -- 2.34.1