PostgreSQL server returns VARCHAR field with undefined length in such case. TStringField requires setting its Size property. So we don't use TStringField, and use TMemoField.
You can set the UnknownAsString option in SpecificOptions to True. In this case UniDAC creates TStringField with fixed size 8192 for such fields.
Sorry but also this is not working.
I set the parameter to true and open the dataset. But in your data editor is for all rows (MEMO) and no sting.
Also at runtime the same problem.