Replies: 1 comment
-
|
In pgx v5 you can scan directly into a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to parse a varchar array column from wal2json output plugin.
This JSON coming from plugin
{ "nextlsn": "3/A9856F98", "change": [ { "kind": "insert", "schema": "public", "table": "label", "columnnames": [ "labels" ], "columntypes": [ "text[]" ], "columnvalues": [ "{aaa bbb ccc}" ] } ] }With pgx/v3 this code works fine
With pgx/v5 I can't found a solution
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions