We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the documentation for connect() function, parameter server_settings has the following description:
connect()
An optional dict of server runtime parameters. Refer to PostgreSQL documentation for a list of supported options.
The link in the description returns error 404 Not found.
The text was updated successfully, but these errors were encountered:
The link line is
asyncpg/asyncpg/connection.py
Line 1612 in aa67d61
But, there is at least one more 404 link on that page:
Line 1503 in aa67d61
I think they need changing to
..._>`_
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In the documentation for
connect()
function, parameter server_settings has the following description:The link in the description returns error 404 Not found.
The text was updated successfully, but these errors were encountered: