mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
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.
|
||||
|
||||
<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 New Issue
Block a user