select open change scope Open full search

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

FUNCTIONS / BINARY STRING FUNCTIONS AND OPERATORS

Computes the CRC-32C value of the binary string.

Signatures & examples

crc32c ( bytea ) → bigint
Computes the CRC-32C value of the binary string.
crc32c('abc'::bytea) → 910901175
Version history 1
  1. PG 17 → 18added

Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source