Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースにかなり短い (14 バイト)byteaデータ列があります。16進数の文字列として出力したいと思います。
bytea
それ、どうやったら出来るの?
この回答に基づいて、私の解決策は
SELECT encode(my_column::bytea, 'hex') FROM my_table;