Skip to contents

Converts blob to VARCHAR. Fails if blob is not valid UTF-8.

Arguments

blob

BLOB

Examples

if (FALSE) { # \dontrun{
decode('\xC3\xBC'::BLOB)
} # }