select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Utilities

pgcodec7

C extension that encodes and decodes bytea values using compact 7-bit or 6-bit text grouping.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepgcodec7
Version1.0
PostgreSQL versions11
RepositoryUnspecified
Extension typeStandard
Project statusUnmaintained
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapublic
Stars2
Latest commit2019-08-01
Catalogue updated2026-08-30

Related extensions

See also

emojigresql🐘 EmojigreSQL: A pure SQL PostgreSQL extension to encode/decode binary data (bytea) and text into colorful emoji sequences! ✨ Includes basic checksum validation.
flateRaw DEFLATE compression and decompression functions for bytea
urlSQL and PL/pgSQL types and helper functions for URL parsing, encoding, decoding, and query-string key/value handling.
gunzipDecompress gzip-compressed bytea values to text or bytea.
sidSortable labeled 128-bit identifier type with compact human-readable encoding.
pgzstd_rsCompress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor
randomstringrandomstring: generate pseudo-random text and bytea values
pgx_basex_codecBaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32.