diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-11-13 23:37:54 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-11-13 23:37:54 +0000 |
| commit | ebd61ac03ff50ab69cdb8fc6330f5dca4551ce92 (patch) | |
| tree | 0840f28d018043c4ac4b43572f6c511fb480e076 /doc/src/sgml/ref/createlang.sgml | |
| parent | d63a762f799b08c28190ad3ae5ab4061aa83e762 (diff) | |
Remove -k unix socketpath option from client side, allow hostname with
leading slash to behave as a unix socket path.
Diffstat (limited to 'doc/src/sgml/ref/createlang.sgml')
| -rw-r--r-- | doc/src/sgml/ref/createlang.sgml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index 0258646ad7a..87d27442e96 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.11 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.12 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -101,18 +101,6 @@ Postgres documentation </listitem> </varlistentry> - <varlistentry> - <term>-k, --unixsocket <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the Unix-domain socket on which the - <application>postmaster</application> is running. - Without this option, the socket is created in <filename>/tmp</filename> - based on the port number. - </para> - </listitem> - </varlistentry> - <varlistentry> <term>-U, --username <replaceable class="parameter">username</replaceable></term> <listitem> |
