From 4632aa898cde13151405d6ccdddd418d738f73b1 Mon Sep 17 00:00:00 2001 From: Matt Diez Date: Thu, 29 Aug 2024 16:10:46 -0500 Subject: [PATCH] changed order --- docs/src/user_guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/user_guide/configuration.md b/docs/src/user_guide/configuration.md index b23e66f..fa43ce6 100644 --- a/docs/src/user_guide/configuration.md +++ b/docs/src/user_guide/configuration.md @@ -79,12 +79,12 @@ prefix: **`TIPG_`** - **DATETIME_EXTENT** (bool): Fetch datetime extent by going throught all rows. Default is `True` - **FALLBACK_KEY_NAMES** (list of string): Primary Key names to look for in the tables. Default is `["ogc_fid", "id", "pkey", "gid"]` +- **SORT_COLUMNS** (bool): Sort the `columns` for a table alphabetically. Default is `True`. - **TABLE_CONFIG** (dict of `TableConfig`) - **TABLE_CONFIG_ _ {schemaId}_{tableId} _ _GEOMCOL** (str): Table's geometry/geography column name - **TABLE_CONFIG_ _ {schemaId}_{tableId} _ _DATETIMECOL** (str): Table's datetime column name - **TABLE_CONFIG_ _ {schemaId}_{tableId} _ _PK** (str): Table's primary key - **TABLE_CONFIG_ _ {schemaId}_{tableId} _ _PROPERTIES** (list of string): Select specific properties from table (for filtering and output) -- **SORT_COLUMNS** (bool): Sort the `columns` for a table alphabetically. Default is `True`. ```bash TIPG_TABLE_CONFIG__pgstac_items__PK=id