summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/dropdb.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-11-22 01:41:14 +0000
committerBruce Momjian <bruce@momjian.us>2000-11-22 01:41:14 +0000
commit98e195d23bbf08ec6a8c2b25e0eef6e518fb8124 (patch)
tree899d7f5f5960e7d7f21d514a657547d58f573baa /doc/src/sgml/ref/dropdb.sgml
parent9bc6fb37b93d25470c000f86f93ea7509fdd1422 (diff)
downloadpostgresql-98e195d23bbf08ec6a8c2b25e0eef6e518fb8124.tar.gz
Make socket option specify just the directory, not the full path.
Diffstat (limited to 'doc/src/sgml/ref/dropdb.sgml')
-rw-r--r--doc/src/sgml/ref/dropdb.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml
index ab57c8c883..fba806e035 100644
--- a/doc/src/sgml/ref/dropdb.sgml
+++ b/doc/src/sgml/ref/dropdb.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.7 2000/11/13 23:57:19 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.8 2000/11/22 01:41:13 momjian Exp $
Postgres documentation
-->
@@ -40,7 +40,7 @@ Postgres documentation
Specifies the hostname 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>