Hi.
I'm trying to connect to a PostgreSQL database, but failed. During connection, there is a warning stated that "Minimum driver version requirement not met. You will still be able to connect, however some Toad features may not be available." (My version of PostgreSQL is 7.4.2)
Then, I just ignore the warning, and proceed. Connection looks successful, but i got this error message:
"Error while executing the query;ERROR: schema "<None>" does not exist"
The schema available at my PostgreSQL is only Public Schema. At Toad Data Point Navigation Manager, I can see all the tables, but because of schema is <None>, it will pop up error message "schema "<None>" does not exist" everytime I tried to view the table's content.
Thanks in advance.