.. highlightlang:: us .. _pq_unescape_bytea: pq_unescape_bytea ================= .. index:: pq_unescape_bytea .. us.tag pq_unescape_bytea NOTREADYENGLISH New550 postgres :ref:`pq_unescape_bytea` converts bytea data to binary data. .. function:: ssOut = pq_unescape_bytea(ssIn) .. us.return **Return Value** *ssOut* is the binary data as a UniScript string. .. us.params **Parameters** .. uparam:: ssIn *ssIn* is the text to convert. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.5.0 - New .. seealso:: :ref:`overview-postgresql` :sub:`id-53379`