select open change scope Open full search

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

Extensions / Security

pg_enquo

PostgreSQL extension for encrypted query operations

pgext.cloud · Source code · Website · Documentation · License text · Control file

Overview

Packagepg_enquo
Version0.0
PostgreSQL versions12 · 13 · 14 · 15 · 16 · 17
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars79
Latest commit2025-10-05
Catalogue updated2026-08-30

Related extensions

See also

eqlEncrypt Query Language provides PostgreSQL types, functions, operators, and index support for searchable encrypted data.
column_encryptTransparent column-level encryption with encrypted_text and encrypted_bytea types
pg_secretDefines order-revealing encrypted domains, comparison operators, and a B-tree operator class.
ccnumberdata type representing encrypted CC numbers
pg_pii_vaultPostgreSQL extension for GDPR-compliant column-level encryption using HashiCorp Vault Transit Engine.
pg_themisPostgreSQL encryption and decryption functions backed by the Themis cryptographic library.
pgspeckEncrypt and decrypt 32-bit and 48-bit integer blocks with the Speck symmetric cipher
open_pg_tdeTransparent data encryption for upstream PostgreSQL using the tde_heap access method, including tables, indexes, TOAST, WAL, and temporary files.
pgocryptoencrypt data between Go and PG