projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77cf4a1
)
Fix broken markup I just introduced.
author
Bruce Momjian
Fri, 14 Feb 2003 02:21:25 +0000
(
02:21
+0000)
committer
Bruce Momjian
Fri, 14 Feb 2003 02:21:25 +0000
(
02:21
+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 71d0885112f288d26f9a29077e0bbb594ab41c51..1ce38c379510890c7122022a35f3deb7d949e1cf 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1,5
+1,5
@@
@@
-221,7
+221,7
@@
PGconn *PQconnectdb(const char *conninfo)
name in pg_service.conf that holds additional connection parameters.
This allows applications to specify only a service name so connection parameters
can be centrally maintained. See
-
PREFIX>/share/
>
pg_service.conf.sample> for
+
PREFIX>/share/pg_service.conf.sample> for
information on how to set up the file.