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 @@ -146,6 +146,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_partman | Extension to manage partitioned tables by time or ID

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

View workflow job for this annotation

GitHub Actions / vale

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

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