From a0cc9f3cb9e46178b1d6d995802b54deaffd69f3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 22 Jul 2003 20:29:13 +0000 Subject: Add GUC parameter to control rendezvous name. --- doc/src/sgml/runtime.sgml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 39057f0652b..bab8d2751d4 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -732,6 +732,16 @@ SET ENABLE_SEQSCAN TO OFF; + + RENDEZVOUS_NAME (string) + + + Specifies the Rendezvous broadcast name. By default, the + computer name is used, specified as ''. + + + + -- cgit v1.2.3