Extensions / Functions and aggregates
Add Laravel-inspired string manipulation functions to PostgreSQL using pgrx
pgext.cloud · Source code · Website · Documentation · Control file
| Package | pg_str |
|---|---|
| Version | 0.3.1 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 2 |
| Latest commit | 2024-02-09 |
| Catalogue updated | 2026-08-30 |
| replace_string | Rust/pgrx function for literal string replacement |
| pg_libnumbertext | Converts numbers to words in multiple languages through libnumbertext. |
| randomstring | randomstring: generate pseudo-random text and bytea values |
| pg_markdown | Pre-release Markdown-to-HTML conversion extension for PostgreSQL. |
| text_domains | Pure-SQL collection of constrained PostgreSQL text domains for nonempty, alphabetic, alphanumeric, case-specific, and fixed-length values. |
| postgres_security | Define a schema-local text type that duplicates PostgreSQL text storage and I/O behavior |
| mipt-asj | Abbreviation-aware approximate string joins using the Tao-Deng-Stonebraker algorithm |
| short_ids | PL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks. |