-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
connection-parameters.js does not support currentSchema #1023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The feature was introduced in PostgreSQL 9.4:
Both pg-connection-string and this library would need to be updated. I have logged iceddev/pg-connection-string#9 |
Do you have a link for the postgres protocol? I would like to give it a try. |
@plcstpierre Is this what you are asking about? |
Nope. I mean the low level stuff. What the client is supposed to do when it receive a schema in the string? |
It supposed to pass it down to server to figure out. |
Duplicate of #1123 |
http://stackoverflow.com/questions/4168689/is-it-possible-to-specify-schema-when-connecting-to-postgres-with-jdbc
neither does pg-connection-string
The text was updated successfully, but these errors were encountered: