Patch: pg8000 has wrong docs for connection URL

Issue #1515 resolved
Former user created an issue

Minor typo. The docs for pg8000 say the connection string is:

postgresql+pg8000://user@password@host:port/dbname

but should be

postgresql+pg8000://user:password@host:port/dbname

I attached a patch created at trunk.

-Randall

Comments (1)

  1. Log in to comment