|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.302 2010/02/24 15:54:31 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.303 2010/02/27 03:41:34 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq"> |
4 | 4 | <title><application>libpq</application> - C Library</title> |
@@ -7010,7 +7010,7 @@ testlibpq.o(.text+0xa4): undefined reference to `PQerrorMessage' |
7010 | 7010 | */ |
7011 | 7011 | #include <stdio.h> |
7012 | 7012 | #include <stdlib.h> |
7013 | | -#include"libpq-fe.h" |
| 7013 | +#include<libpq-fe.h> |
7014 | 7014 |
|
7015 | 7015 | static void |
7016 | 7016 | exit_nicely(PGconn *conn) |
@@ -7158,7 +7158,7 @@ main(int argc, char **argv) |
7158 | 7158 | #include <string.h> |
7159 | 7159 | #include <errno.h> |
7160 | 7160 | #include <sys/time.h> |
7161 | | -#include"libpq-fe.h" |
| 7161 | +#include<libpq-fe.h> |
7162 | 7162 |
|
7163 | 7163 | static void |
7164 | 7164 | exit_nicely(PGconn *conn) |
@@ -7296,7 +7296,7 @@ main(int argc, char **argv) |
7296 | 7296 | #include <stdlib.h> |
7297 | 7297 | #include <string.h> |
7298 | 7298 | #include <sys/types.h> |
7299 | | -#include"libpq-fe.h" |
| 7299 | +#include<libpq-fe.h> |
7300 | 7300 |
|
7301 | 7301 | /* for ntohl/htonl */ |
7302 | 7302 | #include <netinet/in.h> |
|