chore(postgresql): add pgadmin article to the knowledge bunch

This commit is contained in:
Michele Cereda
2025-01-24 19:15:01 +01:00
parent 9874d16aac
commit 0d8cc78226
2 changed files with 70 additions and 0 deletions

View File

@@ -221,6 +221,8 @@ psql -h 'localhost' -p '6543' -U 'postgres' -d 'postgres' -W
- [pgxn-manager]
- [dverite/postgresql-functions]
- [MySQL]
- [pg_flo]
- [pgAdmin]
### Sources
@@ -245,6 +247,8 @@ psql -h 'localhost' -p '6543' -U 'postgres' -d 'postgres' -W
<!-- Knowledge base -->
[mysql]: mysql.md
[pg_flo]: pg_flo.md
[pgadmin]: pgadmin.md
[sql]: sql.md
<!-- Upstream -->