diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 9 | ||||
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index fab602b37e7..840ca71f39d 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1070,9 +1070,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname specified, or is empty, is to connect to a Unix-domain socket<indexterm><primary>Unix domain socket</primary></indexterm> in <filename>/tmp</filename> (or whatever socket directory was specified - when <productname>PostgreSQL</productname> was built). On Windows and - on machines without Unix-domain sockets, the default is to connect to - <literal>localhost</literal>. + when <productname>PostgreSQL</productname> was built). On Windows, + the default is to connect to <literal>localhost</literal>. </para> <para> A comma-separated list of host names is also accepted, in which case @@ -1152,8 +1151,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname <para> Without either a host name or host address, <application>libpq</application> will connect using a local - Unix-domain socket; or on Windows and on machines without Unix-domain - sockets, it will attempt to connect to <literal>localhost</literal>. + Unix-domain socket; or on Windows, it will attempt to connect to + <literal>localhost</literal>. </para> </listitem> </varlistentry> diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 7ba6e4efcb9..dd559d62d28 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -656,7 +656,7 @@ EOF of these options are required; there are useful defaults. If you omit the host name, <application>psql</application> will connect via a Unix-domain socket to a server on the local host, or via TCP/IP to <literal>localhost</literal> on - machines that don't have Unix-domain sockets. The default port number is + Windows. The default port number is determined at compile time. Since the database server uses the same default, you will not have to specify the port in most cases. The default user name is your |