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

Postgres bulk load connection string #292

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

azimov
Copy link
Contributor

@azimov azimov commented Oct 4, 2024

This allows a call to the psql binary executable when using a connection string.

The assumption this makes is that the connection string is always of the form:

"jdbc:postgresql://<server>/<database>"

It may be more appropriate to refactor server loading so that the connection server attr is always consistently set?

@schuemie schuemie merged commit 2076842 into develop Oct 11, 2024
7 of 8 checks passed
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

Successfully merging this pull request may close these issues.

2 participants