From 0de6960194cde75ee693015f43276da6b0ecccb2 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 17 Jun 2026 14:05:11 +0000 Subject: [PATCH] Improve wording --- doc/src/tables/watches.m4 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/src/tables/watches.m4 b/doc/src/tables/watches.m4 index 34be5d1..1f296a8 100644 --- a/doc/src/tables/watches.m4 +++ b/doc/src/tables/watches.m4 @@ -114,8 +114,8 @@ The available |WATCHES.Type| values are: This means, the combination of |WATCHES.Type|, |WATCHES.Focal| and |WATCHES.Date| must be unique. If an individual arrives at and leaves the feeding station multiple - times on a single day, there are multiple rows on the |EVENTS| - table to record this. + times on a single day, to record this the one WATCHES row has + multiple related rows on the |EVENTS| table. ``sdb_follow`` (Follow) Each row represents a date during which observers were assigned @@ -147,8 +147,8 @@ The available |WATCHES.Type| values are: record the observers scheduled to conduct the follow. |transaction commit| - There may only be one record of an individual being followed on any - given day. + There may only be one row on WATCHES to record a follow of any + given individual on any given day. This means, the combination of |WATCHES.Type|, |WATCHES.Focal| and |WATCHES.Date| must be unique. @@ -165,12 +165,13 @@ The available |WATCHES.Type| values are: This is not necessarily the community the located individual is a member of, although it usually is. - There may only be one record of an individual who was spatially - located per day. + There may only be one row on WATCHES per day to record an + individual who was spatially located. This means, the combination of |WATCHES.Type|, |WATCHES.Focal| and |WATCHES.Date| must be unique. If an individual's location is recorded multiple times on a single - day, there are multiple rows on the |EVENTS| table to record this. + day, to record this the one WATCHES row is related to multiple rows + on the |EVENTS| table. WATCHES rows of the location type, |WATCHES.Type| = ``sdb_location``, may only exist when there is not a follow-type row, |WATCHES.Type| = -- 2.34.1