Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bytea value does not contain "\x" #111

Open
meetme2meat opened this issue Mar 26, 2019 · 0 comments
Open

bytea value does not contain "\x" #111

meetme2meat opened this issue Mar 26, 2019 · 0 comments

Comments

@meetme2meat
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant