--- !ruby/object:Gem::Specification
name: embulk-input-postgresql
version: !ruby/object:Gem::Version
  version: 0.10.0
platform: ruby
authors:
- Sadayuki Furuhashi
autorequire:
bindir: bin
cert_chain: []
date: 2019-05-23 00:00:00.000000000 Z
dependencies: []
description: Selects records from a table.
email:
- frsyuki@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- README.md
- build.gradle
- classpath/embulk-input-jdbc-0.10.0.jar
- classpath/embulk-input-postgresql-0.10.0.jar
- default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
- lib/embulk/input/postgresql.rb
- src/main/java/org/embulk/input/PostgreSQLInputPlugin.java
- src/main/java/org/embulk/input/postgresql/PostgreSQLInputConnection.java
- src/main/java/org/embulk/input/postgresql/getter/ArrayColumnGetter.java
- src/main/java/org/embulk/input/postgresql/getter/HstoreToJsonColumnGetter.java
- src/main/java/org/embulk/input/postgresql/getter/PostgreSQLColumnGetterFactory.java
- src/test/java/org/embulk/input/postgresql/ArrayTest.java
- src/test/java/org/embulk/input/postgresql/HstoreTest.java
- src/test/java/org/embulk/input/postgresql/IncrementalTest.java
- src/test/java/org/embulk/input/postgresql/PostgreSQLTests.java
- src/test/java/org/embulk/input/postgresql/UUIDTest.java
- src/test/resources/org/embulk/input/postgresql/test/expect/array/as_json.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/array/as_string.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/array/expected_json.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/array/expected_string.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/array/setup.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/hstore/as_json.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/hstore/as_string.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/hstore/expected_json.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/hstore/expected_string.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/hstore/setup.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/int/config_1.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/int/config_2.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/int/expected_1.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/int/expected_1.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/int/expected_2.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/int/expected_2.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/int/insert_more.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/int/setup.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/config_1.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/config_2.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/expected_1.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/expected_1.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/expected_2.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/expected_2.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/insert_more.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/multi_columns_config_1.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/multi_columns_config_2.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/multi_columns_expected_1.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/multi_columns_expected_1.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/multi_columns_expected_2.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/multi_columns_expected_2.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/query/setup.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamp/config_1.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamp/config_2.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamp/expected_1.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamp/expected_1.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamp/expected_2.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamp/expected_2.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamp/insert_more.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamp/setup.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamptz/config_1.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamptz/config_2.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamptz/expected_1.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamptz/expected_1.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamptz/expected_2.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamptz/expected_2.diff
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamptz/insert_more.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/incremental/timestamptz/setup.sql
- src/test/resources/org/embulk/input/postgresql/test/expect/uuid/as_string.yml
- src/test/resources/org/embulk/input/postgresql/test/expect/uuid/expected_string.csv
- src/test/resources/org/embulk/input/postgresql/test/expect/uuid/setup.sql
homepage: https://github.com/embulk/embulk-input-jdbc
licenses:
- Apache 2.0
metadata: {}
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project:
rubygems_version: 2.6.13
signing_key:
specification_version: 4
summary: JDBC input plugin for Embulk
test_files: []