Skip to content

Commit d699a63

Browse files
committed
Fix review comment
1 parent c6b85c5 commit d699a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embulk-input-postgresql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PostgreSQL input plugin for Embulk loads records from PostgreSQL.
1919
- **fetch_rows**: number of rows to fetch one time (used for java.sql.Statement#setFetchSize) (integer, default: 10000)
2020
- **connect_timeout**: timeout for establishment of a database connection. (integer (seconds), default: 300)
2121
- **socket_timeout**: timeout for socket read operations. 0 means no timeout. (integer (seconds), default: 1800)
22-
- **statement_timeout_millis**: statement timeout. `null` means no timeout. (integer (milli seconds), default: null)
22+
- **statement_timeout_millis**: statement timeout. `null` means no timeout. (integer (milliseconds), default: null)
2323
- **ssl**: enables SSL. Data will be encrypted but CA or certification will not be verified (boolean, default: false)
2424
- **application_name**: application name shown on pg_stat_activity. (string, default: "embulk-input-postgresql")
2525
- **options**: extra JDBC properties (hash, default: {})

0 commit comments

Comments
 (0)