diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 05c5e418c9..dc8d539f0d 100644 --- 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.