Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] postgresql - Add support for INET data type #201

Closed
azimut opened this issue Sep 28, 2017 · 3 comments
Closed

[Feature request] postgresql - Add support for INET data type #201

azimut opened this issue Sep 28, 2017 · 3 comments

Comments

@azimut
Copy link

azimut commented Sep 28, 2017

No description provided.

@hito4t
Copy link
Contributor

hito4t commented Oct 2, 2017

I've created the PR #203 .

Although you may already know, you can use INET type with the current embulk-output-postgresql by setting column_options.

out:
    type: postgresql
    ...
    column_options:
    inet_column: {value_type: string}

@azimut
Copy link
Author

azimut commented Oct 2, 2017

Thanks! I only tried with "type". It worked with the proposed workaround.

@hito4t
Copy link
Contributor

hito4t commented Oct 3, 2017

That's great!

@hito4t hito4t closed this as completed Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants