diff options
| author | Alvaro Herrera | 2010-12-27 15:36:22 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2010-12-27 15:36:51 +0000 |
| commit | c7f0038d73d82ac64e19191ff94d59208534a4ea (patch) | |
| tree | 467a62a43953f9debadaacfbee78b7ff7becba55 | |
| parent | 63676ebff402050f6b0b347188f5e857474da9e1 (diff) | |
Break up long line, per Leslie S Satenstein.
| -rw-r--r-- | doc/src/sgml/libpq.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 7aac6f6829e..7e86859e252 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -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); |
