Hello!
I have a problem while trying to read the data from postgresql (I'm not an expert).
Everything seems fine with database connection (test is successful - also I'm able to connect with the same parameters from psql).
The reader is created, I can see the attributes of chosen postgresql table.
Everything goes well until I hit the RUN button.
Then I get two types of errors:
- Error executing SQL command ('SELECT c.relhasoids AS oids FROM pg_class...
- Error executing SQL command ('declare "public_xxxxx_crsr" cursor...
Does anybody have some experience with this and can share some guidance.
Thanks in advance!