An open API service indexing awesome lists of open source software.

https://github.com/chobostar/pgsql_tools

friendly views of pg_stat_*
https://github.com/chobostar/pgsql_tools

plpgsql

Last synced: 23 days ago
JSON representation

friendly views of pg_stat_*

Awesome Lists containing this project

README

        

Friendly human readable view for some pg_stat_*

pgadmin3_compatibility.sql - add PostgreSQL 10 support for pgAdmin III (pgAdmin 3)

- https://github.com/chobostar/pgsql_tools/blob/master/pg_repack_disable_superuser_check.patch
Patched https://github.com/reorg/pg_repack
- Removed checks for superuser
- When creating extension-a it grants all permissions to database owner
- Supposed to be used in managed postgresql paired with https://github.com/dimitri/pgextwlist