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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12
Дата
Msg-id CANxoLDc+CR5iE5C7LpjDUEfEdVfn3Ay5qN0LfOnA-2QrzSkrhA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список 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
Вложения

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update Chinese translation.
Следующее
От: fred.escallier@free.fr
Дата:
Сообщение: french translation for 4.8 release