projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adfb444
)
Use <> for libpq #include in example programs, per suggestion from Josh Berkus.
author
Bruce Momjian
Sat, 27 Feb 2010 03:41:34 +0000
(
03:41
+0000)
committer
Bruce Momjian
Sat, 27 Feb 2010 03:41:34 +0000
(
03:41
+0000)
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 13658470955c08a5ffd6414d7df9faa968578825..3a22384057b5e8ebfb7edf3e7a3d782db9ebff6f 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1,4
+1,4
@@
-
+
libpq
- C Library
@@
-7010,7
+7010,7
@@
testlibpq.o(.text+0xa4): undefined reference to `PQerrorMessage'
*/
#include
#include
-#include
"libpq-fe.h"
+#include
static void
exit_nicely(PGconn *conn)
@@
-7158,7
+7158,7
@@
main(int argc, char **argv)
#include
#include
#include
-#include
"libpq-fe.h"
+#include
static void
exit_nicely(PGconn *conn)
@@
-7296,7
+7296,7
@@
main(int argc, char **argv)
#include
#include
#include
-#include
"libpq-fe.h"
+#include
/* for ntohl/htonl */
#include