datafusion-contrib / datafusion-contrib/datafusion-postgres

pg_admin startup queries

Open
#178 15 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

module:pg_catalog
Dominant language
Rust
Stars
160
Forks
44
Avg merge
1d 4h
Merged PRs (30d)
14

Description

Pg admin does not currently connect ( https://www.pgadmin.org/ )

The first issue is that select version() currently returns a column named version() but pg_admin expects it to be called version because that's what postgresql does.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing pgAdmin's connection attempt and inspect how the PostgreSQL frontend handles select version(). Compare the returned column name with PostgreSQL's version column, then verify that pgAdmin can connect successfully and that the existing startup-query behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql, rust
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.