Content-Length: 264972 | pFad | http://github.com/postgrespro/postgres/commit/4f46f870fa56fa73d6678273f1bd059fdd93d5e6

3C Doc: fix documentation example for bytea hex output format. · postgrespro/postgres@4f46f87 · GitHub
Skip to content

Commit 4f46f87

Browse files
committed
Doc: fix documentation example for bytea hex output format.
Per report from rsindlin Discussion: https://postgr.es/m/167907221210.1803488.5939223864945604536@wrigleys.postgresql.org
1 parent 75bd846 commit 4f46f87

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,12 @@ SELECT b, char_length(b) FROM test2;
14931493
<para>
14941494
Example:
14951495
<programlisting>
1496-
SELECT '\xDEADBEEF';
1496+
SET bytea_output = 'hex';
1497+
1498+
SELECT '\xDEADBEEF'::bytea;
1499+
bytea
1500+
------------
1501+
\xdeadbeef
14971502
</programlisting>
14981503
</para>
14991504
</sect2>

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/4f46f870fa56fa73d6678273f1bd059fdd93d5e6

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy