we have Bytea column in our table and I seem that the wal-json would return back the hex without the \x literal.
So a valid bytea...
\x525452562d4153443a3a3a3a3a3a4e4d53473d2400000004000000023b
would apper as
525452562d4153443a3a3a3a3a3a4e4d53473d2400000004000000023b
I do not know if this is correct but for now, I'm appending the \x to the hex stream I receiving from the wal2json.
I see that there is a similar issue reported earlier and has been closed #23 I have to confirm whether the I installed wal2json from brew or had manually compiled it but can I assume that wal2json in the master had a fix for it.
Thanks.
we have
Byteacolumn in our table and I seem that the wal-json would return back the hex without the\xliteral.So a valid bytea...
\x525452562d4153443a3a3a3a3a3a4e4d53473d2400000004000000023bwould apper as
525452562d4153443a3a3a3a3a3a4e4d53473d2400000004000000023bI do not know if this is correct but for now, I'm appending the
\xto the hex stream I receiving from the wal2json.I see that there is a similar issue reported earlier and has been closed #23 I have to confirm whether the I installed wal2json from brew or had manually compiled it but can I assume that wal2json in the master had a fix for it.
Thanks.