[pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error

From: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error
Date: 2020-06-04 09:44:48
Message-ID: CAMa=N=PYnOjLafwSHSWy0nGAiNCKWGZwJ-NmEP1o3whBeFmwtQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Please find the attached patch which fixes the server old version cache
issue on pg upgrade.

Steps to Reproduce Issue -
1.Install & Start pg11.
2.Create table in database from pgAdmin.
3.Upgrade pg11 to pg12 using pg_upgrade.(Refer link
<https://info.crunchydata.com/blog/how-to-perform-a-major-version-upgrade-using-pg_upgrade-in-postgresql>
)
4.Try accessing the same server & table. Due to the cached version above
error will be shown if you run select command for existing table.
5.Patch will refresh database version after re-connection on pg-upgrade.

Thanks,
Yogesh Mahajan
QA - Team
EnterpriseDB Corporation

Phone: +91-9741705709

Attachment Content-Type Size
RM5507_v1.patch application/octet-stream 2.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-06-04 09:47:04 Re: [pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error
Previous Message Dave Page 2020-06-04 09:43:06 pgAdmin 4 commit: Fix a couple of typos.