As far as I know, BLOBs/LOBs can be stored in two ways: using "bytea" and "OID" types. However, it seems that also "text" type is supported, using the column to store a number (as string), which refers to the LOB.
bytea seems to be supported by DBeaver.
Are "text" and "OID" types supported? How can I insert and retrieve data stored in such a way?
Thanks in advance,
J