Composite boolean status type with operators and trigger helper for cascaded parent-child status.
pgext.cloud · Source code · Documentation · Control file
| Package | boolean_cascaded |
|---|---|
| Version | 2.0 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Schema | public |
| Stars | 1 |
| Latest commit | 2016-12-15 |
| Catalogue updated | 2026-08-30 |
| ajbool | Three-valued boolean type with a pseudo-NULL unknown state for primary keys. |
| pg_cache_tree | Caches recursive parent and child IDs in array columns using trigger and helper functions. |
| product_logic | Provides operators to evaluate fuzzy logic expressions according to product logic. |