Management tool for PostgreSQL
pgAdmin 4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL
(http://www.postgresql.org) database.
pgAdmin 4 is written as a web application in Python, using jQuery and Bootstrap
for the client side processing and UI. On the server side, Flask is being utilised.
Although developed using web technologies, we intend for pgAdmin 4 to be usable
either on a web server using a browser, or standalone on a workstation. The
runtime/ subdirectory contains a QT based runtime application intended to allow
this - it is essentially a browser and Python interpretor in one package which
will be capable of hosting the Python application and presenting it to the user
as a desktop application.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / pgadmin4
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:database:postgresql/pgadmin4 && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000001770 1.73 KB | |
README.SUSE.uwsgi.in | 0000000419 419 Bytes | |
_link | 0000000124 124 Bytes | |
fix-python3-crypto-call.patch | 0000002637 2.58 KB | |
pgadmin4-7.4.tar.gz | 0031056548 29.6 MB | |
pgadmin4-7.4.tar.gz.asc | 0000000833 833 Bytes | |
pgadmin4.changes | 0000081240 79.3 KB | |
pgadmin4.conf.in | 0000000750 750 Bytes | |
pgadmin4.desktop.in | 0000000319 319 Bytes | |
pgadmin4.keyring | 0000003167 3.09 KB | |
pgadmin4.qt.conf.in | 0000000099 99 Bytes | |
pgadmin4.service.in | 0000000827 827 Bytes | |
pgadmin4.spec | 0000016055 15.7 KB | |
pgadmin4.tmpfiles.d | 0000000039 39 Bytes | |
pgadmin4.uwsgi.in | 0000000270 270 Bytes | |
support-new-azure-mgmt-rdbms.patch | 0000000970 970 Bytes | |
support-new-werkzeug.patch | 0000000705 705 Bytes | |
use-os-makedirs.patch | 0000000693 693 Bytes |
Revision 53 (latest revision is 74)
- Update to 7.4, extremely large list of changes, partially chosen: * Make Statistics, Dependencies, Dependants tabs closable and the user can add them back using the 'Add panel' option. * Added support for Logical Replication. * Implemented runtime using NWjs to open pgAdmin4 in a standalone window instead of the system tray and web browser. * Added Quick Search functionality for menu items and help articles. * Added publication and subscription support in Schema Diff. * Use cheroot as the default production server for pgAdmin4. * Show the login roles that are members of a group role be shown when examining a group role. * Added '--replace' option in Import server to replace the list of servers with the newly imported one. * Added zoom scaling options with keyboard shortcuts in runtime. * Use schema qualification while accessing the catalog objects. * Make the 'Save Data Changes' icon to be more intuitive. * Improve code coverage and API test cases for Server module. * Added support to set auto width of columns by content size in the data output window. * Added support to connect PostgreSQL servers via Kerberos authentication. * Added "IF NOT EXISTS" clause while creating tables and partition tables which is convenient while using the ERD tool. * Added browse button to select the binary path in the Preferences. * Added Grant Wizard option under Package node. * Added support to launch PSQL for the connected database server. * Added window maximize/restore functionality for properties dialog. * Added support to set the binary path for the different database server versions. * Added OS, Browser, Configuration details in the About dialog. * Added support for rotating the pgAdmin log file on the basis of size
Comments 0