pgadmin-org / pgadmin-org/pgadmin4

ERD tool error

Open
#10,371 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bug
Dominant language
Python
Stars
3.8k
Forks
891
Avg merge
4d 7h
Merged PRs (30d)
8

Description

Greetings

I am on a Windows 11 desktop,
PgAdmin version 9.17
Postgres version is 11.5

I connected correctly to the DB and I was trying to use the ERD for schema to generate a diagram and I got the following error.

error: column att.attgenerated does not exist LINE 36: ...EN (att.attidentity in ('a', 'd')) THEN 'i' WHEN (att.attgen...

Any hints or workaround or patch?

Thanks in advance
Regards

GIancarlo

Contributor guide

Open the contributing guide

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 ERD schema generation in pgAdmin 4 against PostgreSQL 11.5 on Windows 11, then trace the query containing att.attgenerated and compare it with the PostgreSQL 11 catalog schema. Done means the ERD tool generates the diagram without the missing-column error, or reports a documented compatibility limitation.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.