mirror of
https://github.com/corda/corda.git
synced 2025-01-30 16:14:39 +00:00
Add comment about schema search path (#3444)
This commit is contained in:
parent
4cc4e3f01b
commit
f51407cd5d
@ -65,3 +65,8 @@ Note that:
|
|||||||
* The ``database.schema`` property is optional
|
* The ``database.schema`` property is optional
|
||||||
* The value of ``database.schema`` is not wrapped in double quotes and Postgres always treats it as a lower-case value
|
* The value of ``database.schema`` is not wrapped in double quotes and Postgres always treats it as a lower-case value
|
||||||
(e.g. ``AliceCorp`` becomes ``alicecorp``)
|
(e.g. ``AliceCorp`` becomes ``alicecorp``)
|
||||||
|
* If you provide a custom ``database.schema``, its value must either match the ``dataSource.user`` value to end up
|
||||||
|
on the standard schema search path according to the
|
||||||
|
`PostgreSQL documentation <https://www.postgresql.org/docs/9.3/static/ddl-schemas.html#DDL-SCHEMAS-PATH>`_, or
|
||||||
|
the schema search path must be set explicitly for the user.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user