Fix #199, db-extra-search-path clarification
This commit is contained in:
committed by
Steve Chávez
parent
03905a584e
commit
1fd06ff65d
+3
-1
@@ -129,7 +129,9 @@ db-pool
|
|||||||
db-extra-search-path
|
db-extra-search-path
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Extra schemas to add to the `search_path <https://www.postgresql.org/docs/11/ddl-schemas.html#DDL-SCHEMAS-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`.
|
Extra schemas to add to the `search_path <https://www.postgresql.org/docs/11/ddl-schemas.html#DDL-SCHEMAS-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 inside your :ref:`db-schema`.
|
||||||
|
|
||||||
|
This parameter was meant to make it easier to use **PostgreSQL extensions** (like PostGIS) that are outside of the :ref:`db-schema`.
|
||||||
|
|
||||||
Multiple schemas can be added in a comma-separated string, e.g. ``public, extensions``.
|
Multiple schemas can be added in a comma-separated string, e.g. ``public, extensions``.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user