[pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12
Date: 2019-06-06 10:01:54
Message-ID: CANxoLDc+CR5iE5C7LpjDUEfEdVfn3Ay5qN0LfOnA-2QrzSkrhA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
RM_4283.patch application/octet-stream 65.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message fred.escallier 2019-06-06 11:36:10 french translation for 4.8 release
Previous Message Dave Page 2019-06-06 09:06:37 pgAdmin 4 commit: Update Chinese translation.