embulk-input-postgresql 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c855700b84c5cad076bb37c8ceb53f874be5d084
|
|
4
|
+
data.tar.gz: 0e9425e94c4bfad10f95e350f652097b92a03251
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f829395a1ccd22d20e6a03d188a3297fb76dfdfa6e393eb333661d20021e6a7d0f1a6f56d9918a441b1dbda62884a10e3336b2c928215999071aaa0bfbca4b28
|
|
7
|
+
data.tar.gz: edda38237731d6e180935e8b3471c6d15e752d8bb74f68e723d12641e9049b643f36de201ccde504bddf7bf7ec676cc501c40efb7aed8ec8713d53400c69e425
|
data/README.md
CHANGED
|
@@ -26,6 +26,7 @@ PostgreSQL input plugins for Embulk loads records from PostgreSQL.
|
|
|
26
26
|
- **table**: destination table name (string, required)
|
|
27
27
|
- **select**: comma-separated list of columns to select (string, default: "*")
|
|
28
28
|
- **where**: WHERE condition to filter the rows (string, default: no-condition)
|
|
29
|
+
- **order_by**: name of the column that rows are sorted by (string, default: not sorted)
|
|
29
30
|
- **default_timezone**: If the sql type of a column is `date`/`time`/`datetime` and the embulk type is `string`, column values are formatted int this default_timezone. You can overwrite timezone for each columns using column_options option. (string, default: `UTC`)
|
|
30
31
|
- **column_options**: advanced: a key-value pairs where key is a column name and value is options for the column.
|
|
31
32
|
- **value_type**: embulk get values from database as this value_type. Typically, the value_type determines `getXXX` method of `java.sql.PreparedStatement`.
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-input-postgresql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sadayuki Furuhashi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Selects records from a table.
|
|
14
14
|
email:
|
|
@@ -27,8 +27,8 @@ files:
|
|
|
27
27
|
- src/test/java/org/embulk/input/postgresql/PostgreSQLInputPluginTest.java
|
|
28
28
|
- src/test/resources/yml/input_hstore.yml
|
|
29
29
|
- src/test/resources/yml/input_hstore2.yml
|
|
30
|
-
- classpath/embulk-input-jdbc-0.7.
|
|
31
|
-
- classpath/embulk-input-postgresql-0.7.
|
|
30
|
+
- classpath/embulk-input-jdbc-0.7.2.jar
|
|
31
|
+
- classpath/embulk-input-postgresql-0.7.2.jar
|
|
32
32
|
- classpath/postgresql-9.4-1205-jdbc41.jar
|
|
33
33
|
homepage: https://github.com/embulk/embulk-input-jdbc
|
|
34
34
|
licenses:
|