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_*
- Host: GitHub
- URL: https://github.com/chobostar/pgsql_tools
- Owner: chobostar
- Created: 2017-11-22T09:30:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T20:31:20.000Z (over 4 years ago)
- Last Synced: 2025-03-04T19:42:16.437Z (about 2 months ago)
- Topics: plpgsql
- Language: Perl
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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