Skip to content

Commit

Permalink
fix doc for rendering special characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Moinat committed Apr 12, 2021
1 parent 71bc4d0 commit d4f4e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/WhiteRabbit.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ <h4>SQL Server</h4>
<div id="postgresql" class="section level4">
<h4>PostgreSQL</h4>
<ul>
<li><em><strong>Server location:</strong></em> this field contains the host name and database name (<host>/<database>). You can also specify the port (ex: `<host>:<port>/<database>`), which defaults to 5432.</li>
<li><em><strong>Server location:</strong></em> this field contains the host name and database name (<code>&lt;host&gt;/&lt;database&gt;</code>). You can also specify the port (ex: <code>&lt;host&gt;:&lt;port&gt;/&lt;database&gt;</code>), which defaults to 5432.</li>
<li><em><strong>User name:</strong></em> name of the user used to log into the server</li>
<li><em><strong>Password:</strong></em> password for the supplied user name</li>
<li><em><strong>Database name:</strong></em> this field contains the schema containing the tables</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/WhiteRabbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ When the SQL Server JDBC drivers are installed, you can also use Windows authent

#### PostgreSQL

* _**Server location:**_ this field contains the host name and database name (<host>/<database>). You can also specify the port (ex: `<host>:<port>/<database>`), which defaults to 5432.
* _**Server location:**_ this field contains the host name and database name (`<host>/<database>`). You can also specify the port (ex: `<host>:<port>/<database>`), which defaults to 5432.
* _**User name:**_ name of the user used to log into the server
* _**Password:**_ password for the supplied user name
* _**Database name:**_ this field contains the schema containing the tables
Expand Down

0 comments on commit d4f4e6b

Please sign in to comment.