Bugfix: Get database name from postgres connection string keywords
The connection string can be provided for libpq either as the plain dbna…
Show more
Bugfix: Get database name from postgres connection string keywordsThe connection string can be provided for libpq either as the plaindbname (old style) or as a list of keywords (new style).In the latter case, the full keyword string was returnedinstead of the dbname.
Show less