get_byte ( bytes bytea, n integer ) → integerExtracts n'th byte from binary string.
get_byte('\x1234567890'::bytea, 4) → 144Extracts n'th byte from binary string.
get_byte ( bytes bytea, n integer ) → integerExtracts n'th byte from binary string.
get_byte('\x1234567890'::bytea, 4) → 144Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source