diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-11-13 23:57:20 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-11-13 23:57:20 +0000 |
| commit | ab4725475745312608e93fa8aca694d28fab4798 (patch) | |
| tree | df55377b3bd4654b6c6287489d9e5c87d6516dcd /doc/src/sgml/ref/droplang.sgml | |
| parent | ebd61ac03ff50ab69cdb8fc6330f5dca4551ce92 (diff) | |
| download | postgresql-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.sgml | 5 |
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> |
