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 | 0000000270 270 Bytes | |
_link | 0000000124 124 Bytes | |
fix-python-lib.patch | 0000001303 1.27 KB | |
fix-python3-crypto-call.patch | 0000002692 2.63 KB | |
pgadmin4-4.27.tar.gz | 0034935762 33.3 MB | |
pgadmin4-4.27.tar.gz.asc | 0000000833 833 Bytes | |
pgadmin4.changes | 0000068370 66.8 KB | |
pgadmin4.conf | 0000000788 788 Bytes | |
pgadmin4.desktop.in | 0000000319 319 Bytes | |
pgadmin4.keyring | 0000003167 3.09 KB | |
pgadmin4.qt.conf.in | 0000000099 99 Bytes | |
pgadmin4.service.in | 0000000821 821 Bytes | |
pgadmin4.spec | 0000009952 9.72 KB | |
pgadmin4.tmpfiles.d | 0000000039 39 Bytes | |
pgadmin4.uwsgi | 0000000289 289 Bytes | |
use-os-makedirs.patch | 0000000608 608 Bytes |
Revision 38 (latest revision is 74)
- Update to 4.27: - Added Macro support. - Added support to view trigger function under the respective trigger node. - Allow user to change the database connection from an open query tool tab. - Added support to ignore the owner while comparing objects in the Schema Diff tool. - Merged the latest code of 'pgcli' used for the autocomplete feature. - Fixed invalid literal issue when fetching dependencies for Materialized View. - Fixed an issue where schema diff is showing identical table as different due to default vacuum settings. - Ensure that the user should be able to change the start value of the existing sequence. - Fixed an issue where the query tool is not fetching more than 1000 rows for the table does not have any primary key. - Fixed an issue where 'Rows X' column values were not visible properly for Explain Analyze in Dark theme. - Fixed an issue where file extension is stripped on renaming a file.
Comments 0