datafusion-contrib / datafusion-contrib/datafusion-postgres
pg_admin startup queries
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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