README.md in embulk-input-postgresql-0.8.4 vs README.md in embulk-input-postgresql-0.8.5

- old
+ new

@@ -7,9 +7,10 @@ * **Plugin type**: input * **Resume supported**: yes ## Configuration +- **driver_path**: path to the jar file of the PostgreSQL JDBC driver. If not set, the bundled JDBC driver (PostgreSQL JDBC Driver 9.4-1205) will be used. (string) - **host**: database host name (string, required) - **port**: database port number (integer, 5432) - **user**: database login user name (string, required) - **password**: database login password (string, default: "") - **database**: destination database name (string, required)