pgadmin4
pgadmin4 copied to clipboard
pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
Per the conversation in https://github.com/pgadmin-org/pgadmin4/issues/7892, as a user I would like the Object Explorer tree to refresh automatically after I run `CREATE`, `ALTER`, `DELETE` and `UPDATE` statements in the pgAdmin...
**Describe the solution you'd like** As per the discussion here - https://github.com/pgadmin-org/pgadmin4/issues/8157#issuecomment-2526910087, we can introduce a new option `Strings + JSON` along with `None, All, Strings`. As part of `Strings`,...
Right now, during the creation of a table you can add the foreign key constraint to columns within your table. While this works for foreign keys that reference other tables,...
I am experiencing an issue with SQL syntax highlighting in pgAdmin 4 on macOS. While writing SQL queries in the Query Tool, most keywords are highlighted as expected. However, the...
It would be highly beneficial if pgAdmin could support opening multiple SQL files at once in the Query Tool. Currently, users have to open each file individually, which can be...
This is opened in continuation with #6592 and comment - https://github.com/pgadmin-org/pgadmin4/issues/6592#issuecomment-2493387703
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
**_Please note that security bugs or issues should be reported to [email protected]._** **Describe the bug** I have a local database (localhost:5432). It has a database "postgres" I can register a...
Depending on how git is configured on Windows, git may attempt to normalize text file line endings to CRLF (\r\n), which results in broken Docker containers being built, as, for...
Starting the application yields the following warning: ``` /venv/lib/python3.12/site-packages/passlib/pwd.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain...