mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Add mention of hostname leading slash handling to all manual pages that use -h.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.42 2000/11/13 23:37:51 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.43 2000/11/13 23:57:20 momjian Exp $
|
||||
Postgres documentation
|
||||
-->
|
||||
|
||||
@@ -1322,8 +1322,8 @@ Access permissions for database "test"
|
||||
<para>
|
||||
Specifies the host name of the machine on which the
|
||||
<application>postmaster</application> is running.
|
||||
Without this option, communication is performed using
|
||||
local Unix domain sockets.
|
||||
If host begins with a slash, it is used
|
||||
as the path to a unix domain socket.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user