Skip to content

Support pgx style connectAddr.#884

Merged
robholland merged 1 commit intomainfrom
rh-pgx-host
Apr 13, 2026
Merged

Support pgx style connectAddr.#884
robholland merged 1 commit intomainfrom
rh-pgx-host

Conversation

@robholland
Copy link
Copy Markdown
Contributor

@robholland robholland commented Apr 10, 2026

What was changed

Parse the first host from connectAddr for schema operations.

Why?

For postgres_pgx driver we support multiple hosts for the server to connect to. For schema operations however, we must use a single host.

Checklist

  1. Closes [Feature Request] Multiple hosts for postgres12_pgx #634

  2. How was this tested:
    Tests added.

Required to pluck the first host from the list for schema operations.
@robholland robholland requested a review from a team as a code owner April 10, 2026 11:08
@robholland robholland merged commit 767e864 into main Apr 13, 2026
4 checks passed
@robholland robholland deleted the rh-pgx-host branch April 13, 2026 08:13
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.

[Feature Request] Multiple hosts for postgres12_pgx

2 participants