Skip to content

Rewrite version result to fix column name#179

Merged
sunng87 merged 2 commits into
datafusion-contrib:masterfrom
mjgarton:version_return_column_name
Sep 21, 2025
Merged

Rewrite version result to fix column name#179
sunng87 merged 2 commits into
datafusion-contrib:masterfrom
mjgarton:version_return_column_name

Conversation

@mjgarton
Copy link
Copy Markdown
Collaborator

When select version() is run, return a column named version instead of version() so we are more compatible with postgresql behaviour.

This is relied upon by some clients, including pgadmin4.

This partially fixes #178

When `select version()` is run, return a column named `version` instead
of `version()` so we are more compatible with postgresql behaviour.

This is relied upon by some clients, including pgadmin4.
@sunng87 sunng87 merged commit 43c5098 into datafusion-contrib:master Sep 21, 2025
6 checks passed
@mjgarton mjgarton deleted the version_return_column_name branch September 21, 2025 17:16
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.

pg_admin startup queries

2 participants