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

Option to specify table name. #32

Open
TravisDart opened this issue Jul 25, 2018 · 2 comments
Open

Option to specify table name. #32

TravisDart opened this issue Jul 25, 2018 · 2 comments

Comments

@TravisDart
Copy link

Currently, pgdbf creates a PostgreSQL table with the same name as the DBF's file name. e.g. pgdbf hello.dbf creates a table called "hello".

Can we add a flag to change the name of the table created in Postgres? Looking through the docs, I don't think -o is taken. It could stand for "output table name" or something.

I use pgdbf often, and am constantly having to work around the lack of this feature.

Thanks.

@Inego
Copy link

Inego commented Nov 27, 2019

This would really be a super useful feature.

@Inego
Copy link

Inego commented Nov 27, 2019

I wonder why #29 which implements it is still not merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants