-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support PostgreSQL URLs for connection #5
Comments
We can probably use |
What should the interaction be between the existing connection flags and the postgres URL? The user can currently specify the following flags:
If they provide the URL, is it valid to provide those parameters as well? |
The format described in 34.1.1.2. Connection URIs says that the format is
And it has the following examples
Seems reasonable to support this format. There is a function |
Sorry I didn't give a good explanation, so it wasn't clear what I was asking. Effectively my question was, should the following be valid:
and if so, what should the precedence rules be for something like this:
|
Ah, IC. It seems reasonable to do whatever
|
Passing a PostgreSQL URL as a connection string.
The text was updated successfully, but these errors were encountered: