Skip to content

Commit e263d3b

Browse files
authored
Merge pull request #226 from hiroyuki-sato/topic/pg-statement_timeout_millis-doc
Add postgresql statement_timeout_millis description.
2 parents 0156671 + d699a63 commit e263d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embulk-input-postgresql/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +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 (milliseconds), default: null)
2223
- **ssl**: enables SSL. Data will be encrypted but CA or certification will not be verified (boolean, default: false)
2324
- **application_name**: application name shown on pg_stat_activity. (string, default: "embulk-input-postgresql")
2425
- **options**: extra JDBC properties (hash, default: {})

0 commit comments

Comments
 (0)