[docs] expand the collate format field a little more

This commit is contained in:
Timothy Stack 2019-02-06 22:40:07 -08:00
parent d66303b75a
commit 4a7d116f37
2 changed files with 5 additions and 1 deletions

View File

@ -180,7 +180,9 @@ fields:
:kind: The type of data that was captured **string**, **integer**,
**float**, **json**, **quoted**.
:collate: The collation function for this value.
:collate: The name of the SQLite collation function for this value.
The standard SQLite collation functions can be used as well as the
ones defined by lnav, as described in :ref:`collators`.
:identifier: A boolean that indicates whether or not this field represents
an identifier and should be syntax colored.
:foreign-key: A boolean that indicates that this field is a key and should

View File

@ -186,6 +186,8 @@ The following functions can be used to access **lnav**'s internal state:
* log_top_datetime() - Return the timestamp of the line at the top of the log
view.
.. _collators:
Collators
---------