Skip to content

Commit

Permalink
docs: fix readme.md after #2495 (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
obourgain committed Apr 21, 2022
1 parent c144392 commit ffda18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -122,7 +122,7 @@ In addition to the standard connection parameters the driver supports a number o
| connectTimeout | Integer | 10 | The timeout value used for socket connect operations. |
| socketTimeout | Integer | 0 | The timeout value used for socket read operations. |
| tcpKeepAlive | Boolean | false | Enable or disable TCP keep-alive. |
| tcpNoDelay | Boolean | false | Enable or disable TCP no delay. |
| tcpNoDelay | Boolean | true | Enable or disable TCP no delay. |
| ApplicationName | String | PostgreSQL JDBC Driver | The application name (require server version >= 9.0). If assumeMinServerVersion is set to >= 9.0 this will be sent in the startup packets, otherwise after the connection is made |
| readOnly | Boolean | false | Puts this connection in read-only mode |
| disableColumnSanitiser | Boolean | false | Enable optimization that disables column name sanitiser |
Expand Down

0 comments on commit ffda18b

Please sign in to comment.