index 4df8bd1b641702d77bc77f247a41e8befb81ad62..faf0d7410429a431be1a620a7fbc79fad15e9997 100644 (file)
<para>
Example:
<programlisting>
-SELECT '\xDEADBEEF';
+SET bytea_output = 'hex';
+
+SELECT '\xDEADBEEF'::bytea;
+ bytea
+------------
+ \xdeadbeef
</programlisting>
</para>
</sect2>