mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Break up long line, per Leslie S Satenstein.
This commit is contained in:
parent
63676ebff4
commit
c7f0038d73
1 changed files with 3 additions and 1 deletions
|
|
@ -691,7 +691,9 @@ PGconn *PQsetdb(char *pghost,
|
|||
Make a connection to the database server in a nonblocking manner.
|
||||
|
||||
<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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue