Skip to content

Commit

Permalink
Merge pull request #226 from hiroyuki-sato/topic/pg-statement_timeout…
Browse files Browse the repository at this point in the history
…_millis-doc

Add postgresql statement_timeout_millis description.
  • Loading branch information
dmikurube authored Sep 30, 2021
2 parents 0156671 + d699a63 commit e263d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embulk-input-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PostgreSQL input plugin for Embulk loads records from PostgreSQL.
- **fetch_rows**: number of rows to fetch one time (used for java.sql.Statement#setFetchSize) (integer, default: 10000)
- **connect_timeout**: timeout for establishment of a database connection. (integer (seconds), default: 300)
- **socket_timeout**: timeout for socket read operations. 0 means no timeout. (integer (seconds), default: 1800)
- **statement_timeout_millis**: statement timeout. `null` means no timeout. (integer (milliseconds), default: null)
- **ssl**: enables SSL. Data will be encrypted but CA or certification will not be verified (boolean, default: false)
- **application_name**: application name shown on pg_stat_activity. (string, default: "embulk-input-postgresql")
- **options**: extra JDBC properties (hash, default: {})
Expand Down

0 comments on commit e263d3b

Please sign in to comment.