Thread: libpq.dll - PQconnectdb

libpq.dll - PQconnectdb

From
Fredrick Bartlett
Date:
Hello,  List!

The following function according to the docs has a parameter called
hostaddr.  The libpq.dll in the most recient distribution is missing
this parameter.  It produces an exception when used.  Maybe the spelling
is incorrect in the docs?

PGconn *PQconnectdb(const char *conninfo)

Fredrick