A Basic PostgreSQL Extension
pgext.cloud · Source code · Documentation · Control file · PGXN
| Package | my_extension |
|---|---|
| Version | 1.1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2023-07-02 |
| Catalogue updated | 2026-08-30 |
| pg_py_ext | A PostgreSQL extension using PL/Python3U to add numbers |
| pg_plpgsql_ext | A PostgreSQL extension with a PL/pgSQL function to subtract numbers |
| pg_cext | A PostgreSQL extension to add two numbers |
| myext | A useful and a flexible pattern for reloading postgres SQL extensions without losing data in extension-managed tables. |