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.
- Sources inherited from project SUSE:SLE-15-SP1:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP2:GA/pgadmin4 && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000001770 1.73 KB | |
fix-python3-crypto-call.patch | 0000003218 3.14 KB | |
pgadmin4-4.1.tar.gz | 0032580312 31.1 MB | |
pgadmin4.changes | 0000008201 8.01 KB | |
pgadmin4.conf | 0000000522 522 Bytes | |
pgadmin4.config_local.py.in | 0000000150 150 Bytes | |
pgadmin4.desktop.in | 0000000319 319 Bytes | |
pgadmin4.qt.conf.in | 0000000099 99 Bytes | |
pgadmin4.service.in | 0000000821 821 Bytes | |
pgadmin4.spec | 0000007775 7.59 KB | |
pgadmin4.tmpfiles.d | 0000000034 34 Bytes | |
use-os-makedirs.patch | 0000000575 575 Bytes |
Latest Revision
- Update to pgadmin4 4.1 - Bug fixes * Fix SQL generated for tables with inherited columns. * Ensure the context menu works after a server is renamed. * Fix ordering of VACUUM options which changed in PG11. * Don’t show system catalogs in the schemas property list unless show system objects is enabled. * Fix help for the backup/restore dialogues. * Ensure that last row of table data should be visible and user will be able to add new row. * Make the browser more robust in the face of multibyte characters in SQL_ASCII databases. - Update to pgadmin4 4.0 - Features * Allow query plans to be downloaded as an SVG file. * New UI design. * Allow servers to be pre-loaded into container deployments. - Bug fixes * Increase the size of the resize handle of the edit grid text pop-out. * Fix handling of array types as inputs to the debugger. * Fix an issue that could cause the Query Tool to fail to render. * Display event trigger functions correctly on EPAS. * Further improvements to treeview restoration. * Run Postfix in the container build so passwords can be reset etc. * Add titles to the code areas of the Query Tool and Debugger to ensure that panels can be re-docked within them. * Fix a webpack issue that could cause the Query Tool to fail to render. * Ensure we display the relation name (and not the OID) in the
Comments 0