1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

Make socket option specify just the directory, not the full path.

This commit is contained in:
Bruce Momjian
2000-11-22 01:41:14 +00:00
parent 9bc6fb37b9
commit 98e195d23b
16 changed files with 42 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.43 2000/11/13 23:57:20 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.44 2000/11/22 01:41:13 momjian Exp $
Postgres documentation
-->
@@ -1323,7 +1323,7 @@ Access permissions for database "test"
Specifies the host name of the machine on which the
<application>postmaster</application> is running.
If host begins with a slash, it is used
as the path to a unix domain socket.
as the directory for the unix domain socket.
</para>
</listitem>
</varlistentry>