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 | |
_link | 0000000124 124 Bytes | |
fix-python3-crypto-call.patch | 0000002692 2.63 KB | |
pgadmin4-4.5.tar.gz | 0022420769 21.4 MB | |
pgadmin4.changes | 0000019281 18.8 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 | 0000007774 7.59 KB | |
pgadmin4.tmpfiles.d | 0000000034 34 Bytes | |
use-os-makedirs.patch | 0000000575 575 Bytes |
Revision 12 (latest revision is 74)
- Update to pgadmin4 4.5 - Bug fixes * Fixed ‘Change Password’ issue for SCRAM authentication. * Ensure that two consecutive SELECT statements should work properly. * Relabel the Save button on the datagrid text editor to avoid confusion with the actual Save button that updates the database. * Added recommended ESLinter checks. * Ensure that pgAdmin4 should work properly with psycopg2 v2.8 - Changes from pgadmin4 4.4 Warning: This release includes a bug fix (Bug #3887) which will rename the per-user storage directories for existing users when running in server mode. Previously, saved SQL queries were stored under the STORAGE_DIR in a sub-directory named after the username part of the user’s email address. From this version onwards, the full email address is used, with the @ replaced with an underscore. For example, in v.4.3 with STORAGE_DIR set to /var/lib/pgadmin4 user files may be stored in: /var/lib/pgadmin4/storage/username/ With the fix, that directory will be renamed (or created for new users) as: /var/lib/pgadmin4/storage/username_example.com/ - Features * Add support for reverse proxied setups with Gunicorn, and document Gunicorn, uWSGI & NGINX configurations. * Make the Query Tool history persistent across sessions. * Remove the large and unnecessary dependency on React and 87 other related libraries. * Add support for IDENTITY columns. * Add an ePub doc build target. - Bug fixes * Fix naming inconsistency for the column and FTS parser modules. * Include inherited column comments and defaults in reverse engineered table SQL. * Improve a couple of German translations. * Use the user’s full email address (not just the username part) as the basis for the storage directory name. * Update wcDocker to fix the issue where the Scratch Pad grows in size if the results panel is resized. * Avoid ‘bogus varno’ message from Postgres when viewing the SQL for a table with triggers. * Update all Python and JavaScript dependencies. * Include comment SQL for inherited columns in reverse engineered table SQL. * Make the WHEN field a CodeMirror control on the Event Trigger dialogue. * Fix the online help button on the resource group dialogue. * Enable the online help button on the index dialogue. * Handle resultsets with zero columns correctly in the Query Tool. * Include inherited columns in SELECT scripts. * Fix the latexpdf doc build. * Fix handling of numeric arrays in View/Edit Data. * Enlarge the grab handles for resizing dialogs etc. * Append the file suffix to filenames when needed in the File Create dialogue. * Ensure that Firefox prompts for a filename/location when downloading query results as a CSV file. * Change the CodeMirror active line background colour to $color-danger-lighter so it doesn’t conflict with the selection colour. * Fix the RE-SQL syntax for roles with a VALID UNTIL clause. * Prevent an empty error message being shown when “downloading” a CREATE script using the CSV download. * Overhaul the layout saving code so it includes the Query Tool and Debugger, and stores the layout when change events are detected rather than (unreliably) on exit. * Display errors during CSV download from the Query Tool in the UI rather than putting them in the CSV file. * Improve the German translation for Backup Server. * Ensure the toolbar buttons are properly reset following a CSV download in the Query Tool. * Fix SQL help for EPAS 10+, and refactor the URL generation code into a testable function. * Ensure sequences can be created with increment, start, minimum and maximum options set. * Fix an issue where JSON data would not be rendered in the Query Tool. * Ensure View/Materialized View node should be visible after updating any property. * Fix custom autovacuum configuration for Materialized Views.
Comments 0