summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/droplang.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-11-13 23:57:20 +0000
committerBruce Momjian <bruce@momjian.us>2000-11-13 23:57:20 +0000
commitab4725475745312608e93fa8aca694d28fab4798 (patch)
treedf55377b3bd4654b6c6287489d9e5c87d6516dcd /doc/src/sgml/ref/droplang.sgml
parentebd61ac03ff50ab69cdb8fc6330f5dca4551ce92 (diff)
downloadpostgresql-ab4725475745312608e93fa8aca694d28fab4798.tar.gz
Add mention of hostname leading slash handling to all manual pages that use -h.
Diffstat (limited to 'doc/src/sgml/ref/droplang.sgml')
-rw-r--r--doc/src/sgml/ref/droplang.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml
index 2346a0d32d..531d9859f7 100644
--- a/doc/src/sgml/ref/droplang.sgml
+++ b/doc/src/sgml/ref/droplang.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.6 2000/11/13 23:37:51 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.7 2000/11/13 23:57:19 momjian Exp $
Postgres documentation
-->
@@ -85,7 +85,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>