https://github.com/ligurio/pg_feedback
PostgreSQL Feedback Plugin
https://github.com/ligurio/pg_feedback
extension pg-feedback pgxn postgresql usage
Last synced: 7 months ago
JSON representation
PostgreSQL Feedback Plugin
- Host: GitHub
- URL: https://github.com/ligurio/pg_feedback
- Owner: ligurio
- Created: 2016-12-09T10:28:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T07:27:05.000Z (over 2 years ago)
- Last Synced: 2025-03-23T18:54:19.656Z (11 months ago)
- Topics: extension, pg-feedback, pgxn, postgresql, usage
- Language: C
- Homepage: https://bronevichok.ru/blog/2017/07/22/postgresql-usage-stats.html
- Size: 30.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pg_feedback
[](https://badge.fury.io/pg/pg_feedback)
This module generates a report about PostgreSQL usage.
```shell
$ psql -c 'CREATE EXTENSION pg_feedback;'
$ psql -c 'SELECT feedback();'
```
Copyright (c) 2016-2023, Sergey Bronnikov