select open change scope Open full search

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

Extensions / Utilities

pg_fallback_utf8_to_euc_jp

Provides a fallback UTF-8 to EUC_JP encoding conversion that substitutes unmappable characters with a question mark.

pgext.cloud · Source code · Control file

Overview

Packagepg_fallback_utf8_to_euc_jp
Version1.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2016-10-25
Catalogue updated2026-08-30

Related extensions

See also

pgx_basex_codecBaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32.
pg_bech32Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL.
pg_polylineFast Google Encoded Polyline encoding & decoding for postgres
gzipgzip and gunzip functions.
zstdZstandard compression algorithm implementation in PostgreSQL
varintA signed and unsigned 64 bit integer encoding scheme that saves disk space
bzipBzip compression and decompression
urlSQL and PL/pgSQL types and helper functions for URL parsing, encoding, decoding, and query-string key/value handling.