Fix docs formatting for node-database (#4486)

This commit is contained in:
Dimos Raptis 2019-01-02 16:19:02 +00:00 committed by GitHub
parent ee9251bd25
commit c1ed8c47ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ configuration for PostgreSQL:
}
Note that:
* Database schema name can be set in JDBC URL string e.g. currentSchema=myschema
* Database schema name must either match the ``dataSource.user`` value to end up
on the standard schema search path according to the