diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-11-22 01:41:14 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-11-22 01:41:14 +0000 |
| commit | 98e195d23bbf08ec6a8c2b25e0eef6e518fb8124 (patch) | |
| tree | 899d7f5f5960e7d7f21d514a657547d58f573baa /doc/src/sgml/ref/dropdb.sgml | |
| parent | 9bc6fb37b93d25470c000f86f93ea7509fdd1422 (diff) | |
| download | postgresql-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.sgml | 4 |
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> |
