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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема Re: [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12
Дата
Msg-id CANxoLDcY3C+T9nzxJ89jE8Dr_vr10QiMPX25OkVtYb+ySoXbuQ@mail.gmail.com
обсуждение исходный текст
Ответ на [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Ответы Re: [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
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 keys to reference partitioned tables.
Created following issues, not sure we need to consider it:
  1. #4333 Add support for function selectivity.
  2. #4334 Add support for generated columns.
  3. #4335 Add EXPLAIN option SETTINGS and SUMMARY

Attached is the complete patch, ignore the previous patch. Please review it. 


On Thu, Jun 6, 2019 at 3:31 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
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


--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM4329] Initialization error when parameterised functionsdebugged in parallel in two separate tabs
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM4171] Can not display sql of foreign table when usedcharacter = in options