File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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: {})
You can’t perform that action at this time.
0 commit comments