select open change scope Open full search

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

Extensions / Utilities

gunzip

Decompress gzip-compressed bytea values to text or bytea.

pgext.cloud · Source code · Control file

Overview

Packagegunzip_pg
Version0.2
PostgreSQL versions10
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2019-10-24
Catalogue updated2026-07-30

Related extensions

See also

pgzstd_rsCompress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor
flateRaw DEFLATE compression and decompression functions for bytea
zlibzlib decompress function for PostgreSQL.
zsonDictionary-trained compressed JSONB-compatible type with transparent casts and JSONB operators.
compressC/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them.
tsvector2Compressed alternative to PostgreSQL tsvector without the original 1 MB limit, with compatible search functions and GIN, GiST, and optional RUM indexing.
pg_lz4LZ4 compression access method for a patched PostgreSQL development branch.
jsonbdCompression method for JSONB type