I have a database named sales/pre in postgreSQL. While connecting to this database with JDBC application, the characters after forward slash get omitted, and I get the following error:
FATAL: database "sales" does not exist.
Is there a way to escape the forward slash?