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

2019-06-10 Thread Dave Page
Thanks, applied. On Fri, Jun 7, 2019 at 11:39 AM Akshay Joshi wrote: > Hi Hackers, > > Today I have read the https://www.postgresql.org/docs/release/12.0/ release > note. I have created some new feature request and fixed one issue. > Following are the issues that I have fixed: > >- Fixed exi

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

2019-06-07 Thread Akshay Joshi
Hi Hackers, Today I have read the https://www.postgresql.org/docs/release/12.0/ release note. I have created some new feature request and fixed one issue. Following are the issues that I have fixed: - Fixed existing issue to drop/delete partitions of the partition table. - Allow foreign key

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

2019-06-06 Thread Akshay Joshi
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,