From ebd61ac03ff50ab69cdb8fc6330f5dca4551ce92 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 13 Nov 2000 23:37:54 +0000 Subject: Remove -k unix socketpath option from client side, allow hostname with leading slash to behave as a unix socket path. --- doc/src/sgml/ref/createlang.sgml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'doc/src/sgml/ref/createlang.sgml') 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 @@ @@ -101,18 +101,6 @@ Postgres documentation - - -k, --unixsocket path - - - Specifies the Unix-domain socket on which the - postmaster is running. - Without this option, the socket is created in /tmp - based on the port number. - - - - -U, --username username -- cgit v1.2.3