Problem viewing jsonb column
This just started happening where the jsonb column is not viewable or editable from the GUI. This is a postgreSQL database and I can edit it from pgadmin but not from the GUI. It was working fine a week ago and I haven't done anything new.
7 Replies
Project ID:
26f6c0dc-bcc0-4b8c-bcd0-5cff2f9f0122
projecct ID: 26f6c0dc-bcc0-4b8c-bcd0-5cff2f9f0122
i would strongly advice against using the data tab for anymore more than a "yeah theres some data here" sanity check.
sticking to pgadmin would be your best bet.
So basically the GUI isn't reliable? It's just quick and easy to be able to copy paste in the GUI when debugging but I can just setup the queries in pgadmin if needed.
So basically the GUI isn't reliable?correct, never use it to enter data
lol, ok. Seemed to be working fine before but will not use it moving forward. Thanks much.
no problem!