[pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error - Mailing list pgadmin-hackers

From Yogesh Mahajan
Subject [pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error
Date
Msg-id CAMa=N=PYnOjLafwSHSWy0nGAiNCKWGZwJ-NmEP1o3whBeFmwtQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error
Re: [pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error
List 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)
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

pgadmin-hackers by date:

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