Skip to content

Commit f381d9d

Browse files
committed
docs: list externally-maintained extensions (pg_search/ParadeDB)
Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
1 parent 90ecbba commit f381d9d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,22 @@ Extensions are provided only for the OS versions already built by the
5353
[`cloudnative-pg/postgres-containers`](https://github.com/cloudnative-pg/postgres-containers) project,
5454
specifically Debian `stable` and `oldstable`.
5555

56+
### Externally Maintained Extensions
57+
58+
The following extensions are **built with this project's tooling and naming
59+
conventions but distributed independently** by their respective maintainers —
60+
typically because their license is not on the
61+
[CNCF Allowlist](https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md)
62+
and therefore cannot be hosted in this repository
63+
(see [Extension Requirements](#extension-requirements)). They are listed here
64+
purely for **discoverability**: the CloudNativePG project does **not** build,
65+
host, audit, or maintain these images, and their owners are solely responsible
66+
for them.
67+
68+
| Extension | Description | Project URL | Image | Maintained by |
69+
| :--- | :--- | :--- | :--- | :--- |
70+
| **pg_search** | Elastic-quality full-text search for PostgreSQL (AGPL-3.0) | [github.com/paradedb/paradedb](https://github.com/paradedb/paradedb) | [`paradedb/paradedb-extension`](https://hub.docker.com/r/paradedb/paradedb-extension) | [ParadeDB](https://paradedb.com) (@isaacvando, @philippemnoel, @rebasedming) |
71+
5672
---
5773

5874
## Contribution and Maintenance Policy

0 commit comments

Comments
 (0)