PostgreSQL - Connect to specific database schema

0
  Hi all,   My project uses PostgreSQL and I want to connect to specific database schema. I tried adding currentSchema to database name configuration but it didn't allow.   Database Configuration:      Is these any way i can do this ?    Thank.
asked
1 answers
-1

Hi Linhduonghy

 

Please use the exact same name and password you have assigned to your Database and try localhost in URL. It should work

answered