Pure-SQL collection of constrained PostgreSQL text domains for nonempty, alphabetic, alphanumeric, case-specific, and fixed-length values.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | text_domains |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 10 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | Yes |
| Relocatable | Yes |
| Stars | 1 |
| Latest commit | 2019-07-06 |
| Catalogue updated | 2026-08-30 |
| numeric_domains | Custom numeric domains for PostgreSQL |
| italian_codes | Validation domains for Italian fiscal and VAT codes |
| postgres_security | Define a schema-local text type that duplicates PostgreSQL text storage and I/O behavior |
| all_substrings_tokenizer | Tokenizes text to all substrings bigger than a fixed character length. |
| pg_markdown | Pre-release Markdown-to-HTML conversion extension for PostgreSQL. |
| pg_libnumbertext | Converts numbers to words in multiple languages through libnumbertext. |
| pg_str | Add Laravel-inspired string manipulation functions to PostgreSQL using pgrx |
| short_ids | PL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks. |