We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pglogrepl_demo does not display in clear the inserted or updated values, for instance it displays:
pglogrepl_demo
2022/02/28 10:49:13 XLogData => WALStart 0/1740EC0 ServerWALEnd 0/1740EC0 ServerTime: 2022-02-28 10:49:13.171574 +0100 CET WALData Ct?t?|??}4
while the documentation says it should look like:
2019/08/22 20:04:59 XLogData => WALStart 3/A6693E68 ServerWALEnd 3/A6693E68 ServerTime: 1999-12-31 18:00:00 -0600 CST WALData table public.t: INSERT: id[integer]:1 name[text]:'foo'
The text was updated successfully, but these errors were encountered:
#31 adds some example code on how to decode values.
Sorry, something went wrong.
No branches or pull requests
pglogrepl_demo
does not display in clear the inserted or updated values, for instance it displays:while the documentation says it should look like:
The text was updated successfully, but these errors were encountered: