projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef54e0d
)
Sort out things after fe-connect.c cleanup after unix socket patch.
author
Peter Eisentraut
Thu, 30 Nov 2000 18:34:36 +0000
(18:34 +0000)
committer
Peter Eisentraut
Thu, 30 Nov 2000 18:34:36 +0000
(18:34 +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 05c5e418c93b6701693526eae9958b6f0e032697..dc8d539f0d81a7140b81d67e665be255e3f9b618 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1,5
+1,5
@@
@@
-134,15
+134,6
@@
PGconn *PQconnectdb(const char *conninfo)
-
-
unixsocket
-
-
- Directory for Unix-domain socket file.
-
-
-
-
dbname
@@
-1835,20
+1826,12
@@
socket.
-
PGPORT
and
PGUNIXSOCKET
set the default
-port or local Unix domain socket file extension for communicating with
+
PGPORT
sets the default port for communicating with
the
Postgres
backend.
-
PGPORT
sets the default port or local Unix domain socket
-file extension for communicating with the
Postgres
-backend.
-
-
-
-
PGDATABASE
sets the default
Postgres
database name.