DUMP
Syntax
DUMP(expr[, return_fmt [, start_position [, length ] ] ])Overview
Parameter
Parameter
Description
Example
Last updated
DUMP(expr[, return_fmt [, start_position [, length ] ] ])Last updated
SELECT DUMP('abc'::TEXT, 1016);
dump
------------------------------------------
Typ=25 Len=3 CharacterSet=UTF8: 61,62,63
(1 row)