Open yash-bhardwaj opened 4 years ago
You can add parameters => { "currentSchema" => "yourschemaname" }
https://jdbc.postgresql.org/documentation/head/connect.html#connection-parameters
It doesn't really work. Even setting the parameter, I believe that the public
scheme is always used.
Use the currentSchema parameter
jdbc_connection_string => "jdbc:postgresql://127.0.0.1:5433/Wallet_DB?currentSchema=yourschemaname"
refs: https://jdbc.postgresql.org/documentation/use/#connection-parameters
For below config:
I'm Getting Error:
I saw an example sql for the same in documentation, but it simply doesn't work.
@elasticsearch-bot please guide