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
Defaults to false but when enabled in wal2json sends extra pk information:
false
wal2json
{ + "change": [ + { + "kind": "insert", + "schema": "public", + "table": "w2j_pk_with_pk", + "columnnames": ["a", "b", "c", "d", "e"], + "columntypes": ["int4", "timestamp", "text", "bool", "numeric"], + "columnvalues": [123, "Sun Apr 26 16:23:59 2020", "Melanosuchus Niger", true, 4.560],+ "pk": { + "pknames": ["b", "d", "e"], + "pktypes": ["timestamp", "bool", "numeric"] + } + } + ] + }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Defaults to
false
but when enabled inwal2json
sends extra pk information:The text was updated successfully, but these errors were encountered: