pgAdmin 4 v6.0 Released

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 v6.0 Released
Дата
Msg-id CANxoLDf+o2H8pFAbac-9GPy50LFiH4Va5fVFH5tA-03-OoaVpg@mail.gmail.com
обсуждение исходный текст
Список pgadmin-hackers

The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.0.

 

This release of pgAdmin 4 includes 18 bug fixes and new features. For more details please see the release notes at:

 

    https://www.pgadmin.org/docs/pgadmin4/6.0/release_notes_6_0.html.

 

pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see:

 

    https://www.pgadmin.org/

 

Notable changes in this release include:

Introduction to ReactJS Framework in pgAdmin 4:

ReactJS has a strong developer community and popularity. It has grown to a level where its performance is comparable to that of desktop applications. Migrating pgAdmin to use ReactJS has proven to boost pgAdmin's performance and user experience.

In this release, we have ported the browser Tree, all the object dialogs, and the Grant Wizard.

Features:

  • Added support for OWNED BY Clause for sequences.

 

This feature adds the OWNED BY clause for the sequences. The OWNED BY option causes the sequence to be associated with a specific table column, such that if that column (or its whole table) is dropped, the sequence will be automatically dropped as well.

Bugs/Housekeeping:

  • Port object nodes and properties dialogs to React.

  • Port browser tree to React.

  • Port Grant Wizard to react.

  • Remove GPDB support completely.

  • Added support to create the Partitioned table using COLLATE and opclass.

  • Fixed keyerror issue in schema diff for 'attnum' and 'edit_types' parameter.

  • Fixed an issue where the Execute button of the query tool gets disabled once we change anything in the data grid.

  • Ensure that SQL help should work for EPAS servers.

  • Fixed an issue where the grant wizard is unresponsive if the database size is huge.

 

Note: The publication of the python package to PyPi has been delayed and will be completed as soon as possible.

Builds for Windows and macOS are available now, along with a Python Wheel,

Docker Container, RPM, DEB Package, and source code tarball from:

    https://www.pgadmin.org/download/

--

Akshay Joshi

pgAdmin Project

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

Предыдущее
От: Fahar Abbas
Дата:
Сообщение: Re: pgAdmin4 v6.0 candidate builds
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Remove an extra blank line at the start of the SQL fo