Sort out things after fe-connect.c cleanup after unix socket patch.
authorPeter Eisentraut
Thu, 30 Nov 2000 18:34:36 +0000 (18:34 +0000)
committerPeter Eisentraut
Thu, 30 Nov 2000 18:34:36 +0000 (18:34 +0000)
doc/src/sgml/libpq.sgml

index 05c5e418c93b6701693526eae9958b6f0e032697..dc8d539f0d81a7140b81d67e665be255e3f9b618 100644 (file)
@@ -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.