1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add mention of hostname leading slash handling to all manual pages that use -h.

This commit is contained in:
Bruce Momjian
2000-11-13 23:57:20 +00:00
parent ebd61ac03f
commit ab47254757
12 changed files with 38 additions and 32 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.12 2000/11/13 23:37:51 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.13 2000/11/13 23:57:19 momjian Exp $
Postgres documentation
-->
@ -39,7 +39,8 @@ Postgres documentation
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
is running. If host begins with a slash, it is used
as the path to a unix domain socket.
</para>
</listitem>
</varlistentry>