[pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12
Date
Msg-id CANxoLDc+CR5iE5C7LpjDUEfEdVfn3Ay5qN0LfOnA-2QrzSkrhA@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12
List pgadmin-hackers
Hi Hackers,

I have started adding support of PostgreSQL v12 in pgAdmin4. Attached is the patch to fix the following issues:
  • RM #4290: "string indices must be integers" displayed for all objects
  • RM #4288: View data issue.
  • PG v12  removes the ability to create table using WITH OIDS, so I have modified the code in GUI as well as on backend.
  • PG v12 removes obsolete pg_attrdef.adsrc and pg_constraint.consrc column, so fixed with appropriate functions calls.
  • For partitioned tables, since no storage is required for the table itself. PG v12 throws and error while specifying "TABLESPACE" in create table syntax for partitioned table, so fix that too. 
This is the initial patch to fix the issues that has been raised or I have found. Will continue to work on adding support for v12. Will check the release notes. 

--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246
Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update Chinese translation.
Next
From: fred.escallier@free.fr
Date:
Subject: french translation for 4.8 release