Break up long line, per Leslie S Satenstein.
This commit is contained in:
parent
63676ebff4
commit
c7f0038d73
@ -691,7 +691,9 @@ PGconn *PQsetdb(char *pghost,
|
|||||||
Make a connection to the database server in a nonblocking manner.
|
Make a connection to the database server in a nonblocking manner.
|
||||||
|
|
||||||
<synopsis>
|
<synopsis>
|
||||||
PGconn *PQconnectStartParams(const char **keywords, const char **values, int expand_dbname);
|
PGconn *PQconnectStartParams(const char **keywords,
|
||||||
|
const char **values,
|
||||||
|
int expand_dbname);
|
||||||
|
|
||||||
PGconn *PQconnectStart(const char *conninfo);
|
PGconn *PQconnectStart(const char *conninfo);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user