.. highlightlang:: us .. _pq_escape_bytea: pq_escape_bytea =============== .. index:: pq_escape_bytea .. us.tag pq_escape_bytea NOTREADYENGLISH New550 postgres :ref:`pq_escape_bytea` prepares binary data (BLOP) of type bytea to use in an SQL command. .. function:: ssOut = pq_escape_bytea(ssIn) .. us.return **Return Value** *ssOut*. .. us.params **Parameters** .. uparam:: ssIn *ssIn*. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.5.0 - New .. seealso:: :ref:`overview-postgresql` :sub:`id-853509`