pg_unescape_bytea - unescapes a binary string.

NAME  SYNOPSIS  DESCRIPTION  ARGUMENTS  RETURN VALUE 

NAME

pg_unescape_bytea − unescapes a binary string.

SYNOPSIS

pg_unescape_bytea string

DESCRIPTION

pg_unescape_bytea unescapes a binary string, when retrieving from the backend.

ARGUMENTS

binary_string

The string to be unescaped.

RETURN VALUE

Returns the binary string.


Updated 2024-01-29 - jenkler.se | uex.se