From 47a96ab44daa40c28b3411983728055eac2ba45d Mon Sep 17 00:00:00 2001 From: Giorgio Salluzzo Date: Mon, 19 Aug 2024 09:24:12 +0100 Subject: [PATCH] Fix for typo (#294) --- docs/src/pgstac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pgstac.md b/docs/src/pgstac.md index 0a59865..cf12616 100644 --- a/docs/src/pgstac.md +++ b/docs/src/pgstac.md @@ -79,7 +79,7 @@ SELECT check_pgstac_settings('16GB'); ##### Read Only Mode The pgstac.readonly setting can be used when using pgstac with a read replica. -Note that when pgstac.readonly is set to TRUE that pgstac is unable to use a cache for calculating the total count for context which can make use of the context extension very expensive (see notes above). In readonly mode, pgstac is also unable to register the hash that is used to store queries that can be used with geometry_search (used by titiler-pgstac). A registered has will still be readable, but new hashes cannot be created on the read only replica, they must be registered on the main database. +Note that when pgstac.readonly is set to TRUE that pgstac is unable to use a cache for calculating the total count for context which can make use of the context extension very expensive (see notes above). In readonly mode, pgstac is also unable to register the hash that is used to store queries that can be used with geometry_search (used by titiler-pgstac). A registered hash will still be readable, but new hashes cannot be created on the read only replica, they must be registered on the main database. #### Runtime Configurations