pgadmin-org / pgadmin-org/pgadmin4

From version 9.16 and 9.17: When right click on one table > scripts > CREATE script, DELETE script, INSERT script, SELECT script or UPDATE script >failed to fecth data

Open
#10,366 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

This problem has been present since versions 9.16 and 9.17:

When right click on one table, then scripts then CREATE script, DELETE script, INSERT script, SELECT script or UPDATE script or
when right click on one table, then properties...
then :

failed to fecth data

la colonne att.attcompression n'existe pas
LINE 39: (CASE WHEN att.attcompression = 'p' THEN 'pglz' WHEN att.at...
^

It's been working fine since version 9.15 and earlier.

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 the failure through the table Scripts actions and Properties, then inspect the metadata query around the reported att.attcompression reference. Verify the behavior against PostgreSQL versions affected by the change; done means these actions fetch data successfully instead of reporting the missing column.

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
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.