Commit c7f0038d authored by Alvaro Herrera's avatar Alvaro Herrera

Break up long line, per Leslie S Satenstein.

parent 63676ebf
...@@ -691,7 +691,9 @@ PGconn *PQsetdb(char *pghost, ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment