Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/doc/addons/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
pg_cron | Job scheduler for PostgreSQL
pg_ivm | Incremental view maintenance for PostgreSQL
pg_net | Enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
pg_repack | Reorganize tables in PostgreSQL databases with minimal locks

Check failure on line 144 in content/doc/addons/postgresql.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/postgresql.md#L144

[Vale.Spelling] Did you really mean 'pg_repack'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'pg_repack'?", "location": {"path": "content/doc/addons/postgresql.md", "range": {"start": {"line": 144, "column": 1}}}, "severity": "ERROR"}
pgaudit | Provides detailed session and/or object audit logging via the standard PostgreSQL logging facility
pgsql-http | HTTP client for PostgreSQL
pgtap | Unit testing for PostgreSQL
Expand Down
Loading