[Patch] - Bug #7649 - Import Data into Table fails if table when new columns added prior to import

From: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [Patch] - Bug #7649 - Import Data into Table fails if table when new columns added prior to import
Date: 2022-09-07 10:53:07
Message-ID: CAMa=N=MxqvTL9AThScyRvhANF8rt-m2jjjvb5QHfLd0zLx8Vbw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Team,

Please find the attached patch which clear cache of the children nodes of
the collection nodes. This fixes the issue of non-visibility of columns
added via psql/query tool to the table in import/export,
index>Definition etc dialogues.

Thanks,
Yogesh Mahajan
EnterpriseDB

Attachment Content-Type Size
RM_7649_v1.patch application/octet-stream 1.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-09-07 12:14:42 pgAdmin 4 commit: Fixed an issue with the non-visibility of columns add
Previous Message Akshay Joshi 2022-09-06 12:40:23 Re: [pgAdmin][RM7343] Revisit ERD tool for required React changes