From 367b259bd46b6fd9978a2c1c7b3308c2eab86889 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sun, 6 Jan 2019 20:02:32 -0500 Subject: [PATCH] Further clarify db-extra-search-path --- install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.rst b/install.rst index 41ef57876..32a7af31f 100644 --- a/install.rst +++ b/install.rst @@ -127,7 +127,7 @@ db-pool db-extra-search-path -------------------- - Extra schemas to add to the `search_path `_ of every request. + Extra schemas to add to the `search_path `_ of every request. These schemas tables, views and stored procedures don't get API endpoints, they can only be referred from the database objects exposed in your :ref:`db-schema`. Multiple schemas can be added in a comma-separated string, e.g. ``public, extensions``.